Codeless
  • Support Home
  • Themes
  • Support
  • WordPress Tutorials
    • How to Start a Blog
    • Best Website Builders
    • Best Small Business Hosting
    • Email Marketing Services
    • Cheap WordPress Hosting
  • Video Tutorials

Community Forums

  • Profile
  • Topics Started
  • Replies Created
  • Favorites

Forum Replies Created

  • 9 years, 10 months ago Mirela
    Participant
    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!

    9 years, 10 months ago Mirela
    Participant
    in reply to: language problem

    Hello,

    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.pot

    Best regards!

    9 years, 10 months ago Mirela
    Participant
    in reply to: Problems with the menu

    Hello,

    I edited the row settings and set the “Type” to “Full Width Background”. It’s ok now. Please check your site.

    Best regards!

    9 years, 10 months ago Mirela
    Participant
    in reply to: Tower construction

    Hello,

    Please read this article regarding the import issue. Make sure you have all necessary requirements first. If you still have issues, send us your wp credentials in a private reply. So we can give it a closer look.

    Best regards!

    • This reply was modified 9 years, 10 months ago by Mirela.
    9 years, 10 months ago Mirela
    Participant
    in reply to: Display posts from certain categories

    Hello,

    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!

    9 years, 10 months ago Mirela
    Participant
    in reply to: Hide Featured Image

    Hello,

    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!

    9 years, 10 months ago Mirela
    Participant
    in reply to: while template activation parse error is coming
    This reply has been marked as private.
    9 years, 10 months ago Mirela
    Participant
    in reply to: Menu Responsivness on iPad

    Hello,

    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!

    9 years, 10 months ago Mirela
    Participant
    in reply to: Responsive Issues: Header, Menu, Search

    Hello,

    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!

    9 years, 10 months ago Mirela
    Participant
    in reply to: Problem with WPML and Reading settings

    Hello,

    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!

    9 years, 10 months ago Mirela
    Participant
    in reply to: Product Category Widget

    Hello,

    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!

    9 years, 10 months ago Mirela
    Participant
    in reply to: Back to Top button

    Hello,

    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!

    9 years, 11 months ago Mirela
    Participant
    in reply to: Favicon responsive menu e responsive mode

    Hello,

    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 !important from 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!

    9 years, 11 months ago Mirela
    Participant
    in reply to: Codeless Slider is hiding my dropdown menu

    Hello,

    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!

    9 years, 11 months ago Mirela
    Participant
    in reply to: Page header background image on Chrome/Safari
    This reply has been marked as private.
Viewing 15 posts - 7,966 through 7,980 (of 12,542 total)
← 1 2 3 … 531 532 533 … 835 836 837 →

Site Links

  • Support Policy
  • Specular Support Forum
  • Video Tutorials
  • Knowledge Base
  • Guides and Reviews

Useful Articles

  • Build a Website
  • Web Design & Development
  • Hosting
  • WordPress

Login

Log In
Register Lost Password