Forum Replies Created
-
in reply to: Recent portfolio links
Hello,
This is not possible. The lines are there for sure. Try to find them using keyboards Ctrl+F. Open the file in a text editor and press at the same time Ctrl+F key from your keyboard.
If you still can’t manage, send us your wp credentials in a private reply. So we can do it for you.Best regards!
in reply to: language problemHello,
Just edit the file wp-config.php in the WordPress directory. Replace:
define('WPLANG', 'fr_FR');
by
define('WPLANG', '');
You don’t need a .PO file as WordPress is written in English.
Just a precision: it will change the language of both the admin and frontend. The default .pot file can be found here: https://svn.automattic.com/wordpress-i18n/pot/trunk/wordpress.potBest regards!
in reply to: Problems with the menuHello,
I edited the row settings and set the “Type” to “Full Width Background”. It’s ok now. Please check your site.
Best regards!
in reply to: Tower constructionin reply to: Display posts from certain categoriesHello,
Yes, just use the “Post Grid” element from Visual Composer. Select the categories you want to display in Post Grid Settings > Narrow data source.
Or just use any other blog element in VC. You have the option to display only one certain category from it.Best regards!
in reply to: Hide Featured ImageHello,
Please add this code into your custom css box:
#post-33 .blog-article .media { display: none; }Where #post-33 is the article id. (find it via inspect element, screenshot).
Let us know.Best regards!
in reply to: while template activation parse error is comingThis reply has been marked as private.in reply to: Menu Responsivness on iPadHello,
Please edit the above code to this:
@media (min-width: 979px) and (max-width: 1225px){ #logo img { height: 38px !important; margin-top: -20px !important; } }Adding the !important will make it overwrite any other code that is preventing the change.
Best regards!
in reply to: Responsive Issues: Header, Menu, SearchHello,
3) The code does work, but you had pasted it wrong. There where errors in your custom css box. I edited it and now the expected result is eventually showing. Please check your site.
4)Unfortunately, it did not work; the mini cart showed up in the side menu- but there was no search box.
I think you misunderstood the last reply. By default the search does not display in responsive mode (left menu style). The cart does. So my colleague offered our help to make the custom edit and add search in this layout. We did not say that by checking the “turn on header tools in responsive and search” option, the search would show up. You need custom code for that.NOTE: We already did the job to display cart icon in mobile side menu, in this other topic of yours. You can use the same logic to display search if you still want it.
Best regards!
in reply to: Problem with WPML and Reading settingsHello,
Sorry for the late reply.
Please update theme to it’s latest version (vs 2.0) first. Disable all third party plugins (except wpml).
If disabling plugins doesn’t resolve the issue, you may need to repair the database.Access your WordPress database via phpMyAdmin (most hosting providers offer this in their control panel), check all of the tables, and choose “Repair tables” from the pull-down menu.
Let us know.Best regards!
in reply to: Product Category WidgetHello,
Sorry for the late reply.
I don’t understand well what are you trying to do. Can you show us a link where your are testing this? You can use WooCommerce elements of Visual Composer, to create dynamic and different styled pages to showcase your products.
Let us know.Best regards!
in reply to: Back to Top buttonHello,
Sorry for the late reply.
2 ) the button is behind the Footer . However, the button to be displayed in front of the footer
Please add this code into your custom css box:.footer_wrapper { z-index: 0 !important; }3) The Button is not responsive
The responsive version of back to top button looks ok when we check it in mobile (screenshot). Are you not viewing this? Can you send a screenshot of it?Best regards!
in reply to: Favicon responsive menu e responsive modeHello,
1-For the wide custom heading in mobile, i added a custom css class to the column containing it. Then i added this code into the page’s custom css box:
@media (max-width: 480px){ .mobile_ch { width: 75% !important;} }But you need to go to file css/bootstrap-responsive.css and find these lines:
.full-width-content .col > .wpb_column{ width: 100% !important; }Remove
!importantfrom it and save file.-I see you did not add the code i gave you above, for the white space. I added it too, into your custom css box.
Best regards!
in reply to: Codeless Slider is hiding my dropdown menuHello,
Since you are using a codeless slider, you need to select the same header type in both the page’s settings and in the slide’s settings.
I changed the header type to dark version in Codeless Slider > Codeless Slide Options > Layout > Menu & Slider Navigation Color.
The header shows ok now.
Please check your site.Best regards!
in reply to: Page header background image on Chrome/SafariThis reply has been marked as private.