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, 8 months ago Mirela
    Participant
    in reply to: Hide Menu in porfolio entry

    Hello,

    You can assign the one page menu to the one page. and the other menu to General options > Header Options > Menu. So that when you are in the One Page, will have the sec1, sec2 menu and once in a normal page/post, will have the normal menu. or you can remove it from the normal post/pages with some css.
    Let us know, which will be. If you send us your site’s url , i can help you with the css code.

    Best regards!

    10 years, 8 months ago Mirela
    Participant
    in reply to: Bug Product Button

    Hello,

    1-The yellow triangles are not the issue. You have an error in the beginning of the block which causes all next code not to function at all.(screenshot)
    2-The “Ausführung wählen” button is not possible to rename from the option board. You have to find it in the other woocommerce plugins files that you have installed.
    3-I already fixed the button color, even when not on hover. By correcting your error in the custom css box and i added a new piece of css for the second request. Please check it up.
    4-Since the plugins are in German (a language which i don’t speak) i can’t fully understand where are they added. But however since i can not make proper tests (your NOTE) you can check them up yourself.

    Best regards!

    10 years, 8 months ago Mirela
    Participant
    in reply to: Dummy data import doesn’t import pages, comments, etc

    Hello,


    @marcomeinardi
    ,
    I imported dummy data. The pages, posts and portfolio items. I imported two Revolution sliders too. Please continue with further customization.


    @mecsdubai
    ,
    I can see you do have data in your site. Did you manage to import them?
    PS:Please write at your theme specific forum. So that others can make use of your solution.

    Best regards!

    10 years, 8 months ago Mirela
    Participant
    in reply to: permalinks gives wrong pages

    Hello,

    Please try to set it as “/%category%/%postname%/” instead of %post%. Normally it should not be any issue with it.
    Let us know.

    Best regards!

    10 years, 8 months ago Mirela
    Participant
    in reply to: Contact Form 7

    Hello,

    Specular theme uses Contact Form 7 as contact form creator. What do you need to change in it’s design? I see the contact form shortcode, did you deactivate the plugin? Please activate it again and let us know the changes you want. We can help you achieve them.

    Best regards!

    • This reply was modified 10 years, 8 months ago by Mirela. Reason: tags
    10 years, 8 months ago Mirela
    Participant
    in reply to: Accordion, Tabbed & Tour Content Issues

    Hello,

    Sorry for the late reply.
    Please update Visual Composer to the latest version 4.7.1 as it has some row related issues fixed. However, it is set up now. I added this code:

    .page-id-26 #fws_560264cfc3891 {
        height: 1155px !important;
        margin-bottom: 0 !important;
    }
    .page-id-26 .vc_custom_1436469716016 {
        height: 1115px !important;
    }
    .page-id-26 .vc_responsive .full-width-content.wpb_row .vc_col-sm-6 {
        height: 1115px;
    } 

    into your custom css box.
    Please check your site and let us know.

    Best regards!

    10 years, 8 months ago Mirela
    Participant
    in reply to: Rich Snippets

    Hello,

    I see you have already removed it. Let us know if there is anything else.

    Best regards!

    10 years, 8 months ago Mirela
    Participant
    in reply to: Issue with new social

    Hello,

    This is not a theme issue.You have added an image to the icon list that is larger than the rest of the icons. That is why it is misplaced. To fix this add these lines into your custom css box:

    .single_staff .center-bar a:last-child {
        border: none;
    }
    .single_staff .featured_img img:last-child {
        top: -17px;
    }

    This should be the result. Let us know.

    Best regards!

    10 years, 8 months ago Mirela
    Participant
    in reply to: Bug Product Button

    Hello,

    1-You can edit it in file wp-content\plugins\woocommerce\includes\class-wc-product-simple.php in your WooCommerce plugin installation.
    2-Please send us your wp credentials in a private reply. So we can give it a closer look at your configurations.
    3-Add these lines into your custom css box:

    .archive .btn-bt.default:hover {
        color: #FDFDFD;
        background: rgba(16,184,199, 0.00);
        border-color: rgb(253, 252, 252);
    }

    Best regards!

    10 years, 8 months ago Mirela
    Participant
    in reply to: widget positions missing

    Hello,

    The last version 1.4.3 has actually been re-uploaded a few days ago with some changes from the first one(we didn’t change the version number). Please try downloading it again now and install. It has no issues with no other customers. Just like the above customer said, it is fixed now.
    We will check it again after the update.

    Best regards!

    10 years, 8 months ago Mirela
    Participant
    in reply to: Menu/submenu dropdown problem

    Hello,

    What third party plugins do you have installed? Please disable them all and try again. Then enable one at a time to test if any of them is interfering with theme scripts. If the issue persists, please send us your wp credentials in a private reply. So we can give it a closer look.

    Best regards!

    10 years, 8 months ago Mirela
    Participant
    in reply to: Price list button style is missing

    Hello,

    Sorry for the inconvenience.
    Please go to file vc_templates\price_list.php and find this line(43):
    $output .= '<div class="price_button" style="background-color:'.esc_attr($bg_color).';"><a class="btn-bt '.esc_attr($cl_redata['overall_button_style'][0]).'"href="'.esc_url($button_link).'">'.$button_title.'</a></div>';
    Replace with this:
    $output .= '<div class="price_button" style="background-color:'.esc_attr($bg_color).';"><a class="btn-bt default'.esc_attr($cl_redata['overall_button_style'][0]).'"href="'.esc_url($button_link).'">'.$button_title.'</a></div>';
    We will make sure to include this in the next update.

    Best regards!

    10 years, 8 months ago Mirela
    Participant
    in reply to: Sticky Header Using Codeless Slider on Home Page

    Hello,

    You have a very old version of the theme. Please update theme and visual composer to their latest versions.
    Let us know if the issue will persist.

    Best regards!

    10 years, 8 months ago Mirela
    Participant
    in reply to: Rich Snippets

    Hello,

    Is it the first image, you want to remove? If so, add this code into your custom css box:

    img.aligncenter.size-full {
        display: none;
    }

    Let us know.

    Best regards!

    10 years, 8 months ago Mirela
    Participant
    in reply to: images not showing on Firefox and Opera

    Hello,

    Glad to know it’s ok now. Do you mind share what was causing it and what you did to solve it? So that others who may encounter your issue, can find this topic helpful.

    Thank you!

Viewing 15 posts - 11,251 through 11,265 (of 12,542 total)
← 1 2 3 … 750 751 752 … 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