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, 4 months ago Mirela
    Participant
    in reply to: Menu link to section of page

    Hello,


    @chor
    ,
    Thank you for the feedback.

    Best regards!

    10 years, 4 months ago Mirela
    Participant
    in reply to: Border line for text blocks not working

    Hello,

    Sorry, i don’t have a precise date just yet. But if you show me where you want the border in your site, i can give you a more precise code, working for only that block of text. Not all text in site.
    Let us know.

    Best regards!

    10 years, 4 months ago Mirela
    Participant
    in reply to: Button link open in new tab

    Hello,

    You must have an old version of Visual Composer as the Button 2 does not longer have that name and the ‘Open in new tab’ attribute.
    I have notified the developer team regarding it, but i still can not tell for sure if this will be added in future theme update.
    If you want to open button in new tab, for the first button go to file vc_templates/button.php and find this line:

    $output .= '<a class="btn-bt align-'.esc_attr($align).' '.esc_attr($cl_redata['overall_button_style'][0]).'" href="'.esc_url($link).'"><span>'.esc_attr($title).'</span><i class="'.esc_attr($icon).'"></i></a>';
        if($button_bool =='yes'):
        	$output .='<a class="btn-bt '.esc_attr($cl_redata['overall_button_style'][0]).'" href="'.esc_url($button_2_link).'"><span>'.esc_attr($button_2_title).'</span><i class="'.esc_attr($icon).'"></i></a>';
        endif;
    

    Replace with this:

    $output .= '<a target="_blank" class="btn-bt align-'.esc_attr($align).' '.esc_attr($cl_redata['overall_button_style'][0]).'" href="'.esc_url($link).'"><span>'.esc_attr($title).'</span><i class="'.esc_attr($icon).'"></i></a>';
        if($button_bool =='yes'):
        	$output .='<a target="_blank" class="btn-bt '.esc_attr($cl_redata['overall_button_style'][0]).'" href="'.esc_url($button_2_link).'"><span>'.esc_attr($button_2_title).'</span><i class="'.esc_attr($icon).'"></i></a>';
        endif;
    

    Save file.

    Best regards!

    • This reply was modified 10 years, 4 months ago by Mirela.
    10 years, 4 months ago Mirela
    Participant
    in reply to: cannot change testimonial speed

    Hello,

    You do not have to go through that procedure now as this option is added to the testimonials settings. Just go to the elements settings > Duration of Item in View, set the value here. Screenshot.

    Best regards!

    10 years, 4 months ago Mirela
    Participant
    in reply to: Transparency Header

    Hello,

    For that please add this code into your custom css box:

    @media (max-width:480px){
    .header_11.header_wrapper {background-color: rgb(18, 18, 18) !important;}
    }

    Best regards!

    10 years, 4 months ago Mirela
    Participant
    in reply to: Blog – "You are here"

    Hello,

    The blog posts are in direct hierarchy after the site root (aka home). Sorry but this is wordpress default breadcrumbs structure. It is not possible to change it.

    Best regards!

    10 years, 4 months ago Mirela
    Participant
    in reply to: Overall header for woocommerce sites

    Hello,

    You may have not edited all necessary files. Find out the file responsible for the cart and payments layout and edit it.
    Sorry but these types of customizations are not included in theme support, so i can not help you with that.

    Best regards!

    10 years, 4 months ago Mirela
    Participant
    in reply to: tower / 1-click install

    Hello,

    No worries, this topic is redirected in Tower theme support forum.
    Did you manage to solve your issue? Let us know if you need further help.

    Best regards!

    10 years, 4 months ago Mirela
    Participant
    in reply to: Error during upgrade

    Hello,

    Please send us your wp and ftp credentials in a private reply. We can do the upgrade for you. Do not worry for your data safety as a private reply is only visible from you and forum admins.

    Best regards!

    10 years, 4 months ago Mirela
    Participant
    in reply to: Logo light missing

    Hello,

    Please add this code into your custom css box:

    @media(max-width: 480px){
    #logo img.dark {
        display: none;
        visibility: hidden;
    }
    #logo img.light {
        display: block;
        visibility: visible;
    }}

    Best regards!

    10 years, 4 months ago Mirela
    Participant
    in reply to: Overwrite the default layout

    Hello,

    Sorry for the inconvenience. There must have been a mistake during update. I notified already the developer team. I can assure you it will be added in the next update.
    In the mean time, if you send us your wp and ftp credentials in a private reply, we can fix it for you.
    Thank you for the patience!

    Best regards!

    10 years, 4 months ago Mirela
    Participant
    in reply to: Removing Comments Section from Blog Posts

    Hello,

    Please add this code into your custom css box:

    .single-post #comments { display: none;}
    #respond { display: none;}

    Best regards!

    10 years, 4 months ago Mirela
    Participant
    in reply to: who to use a svg Logo?

    Hello,

    There should not be any problem displaying a svg image. Please send us your site’s url. So we can give it a look.

    Best regards!

    10 years, 4 months ago Mirela
    Participant
    in reply to: issue in dummy data import

    Hello,


    @muritala76
    ,
    Are you importing from a backup file? If you are, then you have to make sur ethe backup file has all necessary files to import correctly. In your screenshot there is a message: Your backup or demo doesn’t contain sidebar_widgets.txt file.
    If you import dummy data from dashboard options, this message would not appear.
    Import dummy data by clicking on one of the demos you want and then ‘import’.
    If you still have difficulties, send us your wp credentials in a private reply. So we can do it for you.


    @TS-Rynkar
    ,
    Space does make an issue if you do not have enough. The data to import is quite big, because there are a lot of pages and settings to import. If your server lacks in excecution time and memory, the action will not be concluded with success. Please make sure to have enough memory.
    If you want us to try import them for you, then create a new topic and send us your credentials in a private reply.

    Best regards!

    10 years, 4 months ago Mirela
    Participant
    in reply to: Breadcrumbs, Social Media Icons

    Hello,

    Do you want to remove the hole page header area? If so, go to page’s General Settings > Page Header Options > Active Page Header, set it OFF.
    Please send us your site’s url, so we can give you the exact code to add into your custom css box for the logo area resize.

    Best regards!

Viewing 15 posts - 10,171 through 10,185 (of 12,542 total)
← 1 2 3 … 678 679 680 … 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