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

  • 10 years, 3 months ago Mirela
    Participant
    in reply to: Visual Composer Accordion not showing titles

    Hello,

    I am very sorry for you to even think this. I already explained you in replies above that the access rights given where not enough even to test the issue, let alone do anything else. But what is more important: I have not any interest at all messing with customer site. We get administrator access to most of our customers pages and this have never happened! Nor will ever happen!
    I suggest you to investigate other ways, how your site may have been attacked.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Theme Issues After Update / HELP ASAP PLEASE!!!!

    Hello,

    1-I see the testimonials are in middle (screenshot), but something is messing with their script as they are all displayed. Did you install any new plugin recently?
    2-Please add this code into your custom css box:

    .wpb_row.section-style {
        margin-bottom: -100px;
    }

    3-Please add this code:

    .header_1.fullwidth_slider_page .header_wrapper {
        background-color: rgba(235, 235, 235, 0.46) !important;
    }

    Let us know.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Bad responsive Image behavior in Firefox

    Hello,

    Please add this code into your custom css box:

    @-moz-document url-prefix() {
    @media (min-width: 979px) and (max-width: 1024px){
    #fws_56bdf1ca79a47 .wpb_column .wpb_wrapper {  width: 69% !important;}
    #fws_56bdf1ca79a47 .block_title.section_title h1 {  width: 69% !important;}
    #fws_56bdf1ca79a47 .row-dynamic-el .media img { max-width: 60% !important;}
    }
    }

    Let us know.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: HTML link in Portfolio Project Details

    Hello,

    -Thank you for your suggestion. I will refer it to the developer team.

    -To change the single portfolio image, go to the file of the style you are using (include/view/portfolio/loop-fullwidth.php) and find this line:
    esc_url(codeless_image_by_id(get_post_thumbnail_id(), '', 'url'))
    This is the code used to pre-define the images sizes. Add one of the current plans. Example:
    esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port3', 'url')) will make the images as set in:

    function codeless_images_sizes(){
        add_image_size( 'port3', 600, 600, true );

    in file functions.php.
    Chose the best that fits your needs.

    -Go to file include/view/portfolio/loop-grid.php and find this line:

    $sort_classes .= $cat->slug.' ';

    Edit to this:

    $sort_classes .= $cat->name.' ';

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Top Social Bar and Font Question.

    Hello,

    Thank you for your appreciation!
    1-You can set on/off the top widgetized bar in General Options > Header Options > Top Widgetized Area > Show Top Navigation. To add/remove widgets, go to Appearance > Widgets > Top Header Left/Right.
    Add these shortcodes for the email/location:

    [icon_text icon="moon-location"]Brooklyn, NY[/icon_text]
    [icon_text icon="moon-mail"] [email protected][/icon_text]

    Screenshot.

    2-The used fonts in demo theme are it’s default layout, but you are free to use what ever font you want to make your site closer to your needs.
    You can change fonts from theme’s option panel: General Options > Typography Options; change them with custom css, by adding any css code you want in your custom css box; To add more fonts, please refer to this topic: https://support.codeless.co/?topic=how-to-add-a-new-font-family/#post-4693

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Contact Form 7 & Codeless slider

    Hello,

    Sorry for the late reply.
    The issues was happening because you had not set a height for the slider. I set it to 500px. Please check your site.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Portfolio Category Slug Names Appearing In Portfolio

    Hello,

    You had overwritten the responsible file in your child theme and did not make the needed edit in it. I edited loop-grid.php file in your child theme and now it’s ok. Please check your site. Let us know if you need further help.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Page Header in mobile mode

    Hello,

    The portfolio category takes the layout from blog configuration. So to setting blog to masonry style, will make the portfolio category display in masonry style as well.
    -To remove the left/right navigation buttons in portfolio, please add this code into your custom css box:
    .single-portfolio .nav-growpop { display: none;}

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Visual Composer Accordion not showing titles

    Hello,

    I did not perform any of the actions you are mentioning!
    That for three major reasons:
    1-they would not help at all testing the accordion element,
    2-we are not allowed to make any changes to customers site’s whatsoever,
    3-the access rights you set up for the user you send us, also did not allow at all, to do the actions above.
    I suggest you to check it up more carefully. I have no interest whatsoever(or time) to mess with your site. You could reverse back the site to a date you know it was ok. Or import a backup if you have made any.
    For anything regarding theme options, let us know and we’ll help you.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Column spacing help

    Hello,

    You had a missing semi-colon in your previous code in custom css box. That was generating an error and therefore not recognizing the code i gave you. I fixed that. Please check your site, it’s set now.
    Let us know if you need further help.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Links in header and Contact page

    PS: You have build a very nice website. We would like your permission to add it at our theme’s showcase.
    Let us know.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Links in header and Contact page

    Hello,

    1-I edited file vc_template/list_items.php file. I replaced this line:

    $output .= esc_html($title);

    with this:

    $output .= $title;

    You can add any html tag in list item titles now. They will be all recognized.

    2-I added this code into your custom css box:

    @media (max-width: 480px){
    .header_1.fullwidth_slider_page .top_wrapper { padding-top: 0 !important;}
    }

    It’s ok now, please check your site.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Menu problems

    Hello,

    The menu is there, but you must check up the page’s General Settings > Page Options & Style > Header Color Style for Header 1, make sure to have selected the Dark version. Then go to the codeless slider you are using. Codeless Slide Options > Layout > Menu & Slider Navigation Color, it should be chosen the “Dark Logo,menu,slider..etc” for all slider slides.
    Heve you enabled the menu to display in mobile as well? Please check it at Header Options > Show Responsive Menu Dropdown, it should be ON.
    If the issue persists, send us your wp credentials in a private reply. So we can investigate this further.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: One pager with Sticky Nav

    Hello,

    The sticky header has no issue with one page. You’ve must have set up something wrong. Please send us your site’s wp credentials in a private reply. So we can check this up.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Customizing Footer and Copyright

    Hello,

    1-Do you want a one column footer?
    For that, go to General Options > Footer Options > Footer Column, select the first (screenshot).

    2-Add this code into your custom css box:

    #copyright .container {
        margin-top: -20px !important;
        margin-bottom: -20px !important;
    }

    edit the values to your wish.

    3-Add this code:
    .copyright_text p a {color: #F9F7F7 !important;}

    -You get the update notification because WP Bakery plugin has released version 4.10, while the included version is 4.9.1. We update plugins in every theme release. But if you want to update before that, you should buy it yourself.

    Best regards!

Viewing 15 posts - 9,841 through 9,855 (of 12,542 total)
← 1 2 3 … 656 657 658 … 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