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, 9 months ago Mirela
    Participant
    in reply to: Social media sharing

    Hello,

    Sorry but this is a customization not included in support service. I would recommend you to read this article, for a better insight on the matter.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Footer alignment

    Hello,

    Please add this code too:

    footer .footer_social_icons {
        margin-left: 20% !important;
    }

    Result screenshot.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Huge white gap when adding elements with Visual Composer
    This reply has been marked as private.
    9 years, 9 months ago Mirela
    Participant
    in reply to: Codeless Slider – Center video

    Hello,

    Sorry for the late reply.
    I see you have enabled the option to remove video in mobile and instead use an image for it. Can you please send us some valid wp credentials in a private reply? So we can check this out in a test page.
    Or you can edit your profile data as advised in my last reply.
    Let us know for anything.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Portfolio page template issue

    Hello,

    Sorry for the late reply.
    Please go to file portfolio.php and find these lines:

    <nav id="portfolio-filter" class="span12">
       <ul class="">
       <li class="filter active all" data-filter="all"><a href="#" class="filter active" data-filter="all"><?php _e('View All', 'codeless') ?></a></li>
         <?php foreach($cl_redata['portfolio_categories'] as $cat): ?>
             <?php $cat = get_term($cat, 'portfolio_entries'); ?>
             <?php if(is_object($cat)): ?>
       <li class="other filter"  data-filter=".<?php echo esc_attr($cat->slug) ?>"><a href="#" class="filter" data-filter=".<?php echo esc_attr($cat->slug) ?>"><?php echo esc_html($cat->name) ?></a></li>
             <?php endif; ?>
           <?php endforeach; ?>
        </ul>
     </nav>

    Replace with this:

    <nav id="portfolio-filter" class="span12">
       <ul class="">
       <li class="filter active all" data-filter="all"><a href="#" class="filter active" data-filter="all" onclick="return false;"><?php _e('View All', 'codeless') ?></a></li>
         <?php foreach($cl_redata['portfolio_categories'] as $cat): ?>
             <?php $cat = get_term($cat, 'portfolio_entries'); ?>
             <?php if(is_object($cat)): ?>
       <li class="other filter"  data-filter=".<?php echo esc_attr($cat->slug) ?>"><a href="#" onclick="return false;" class="filter" data-filter=".<?php echo esc_attr($cat->slug) ?>"><?php echo esc_html($cat->name) ?></a></li>
             <?php endif; ?>
            <?php endforeach; ?>
           </ul>
     </nav>

    Let us know.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Page 2 in projects only shows a 404

    Hello,

    This is strange. Theme settings are set correctly. I created a test page in your site and the pagination works as it should. See this page: https://hk-byg.dk/portfolio-test/page/3/
    Please recreate your portfolio page once again. Let us know.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Customizer Not Saving

    Hello,

    This is most probably to be a server issue. Please read this article: https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-custom-menu-items-limit-in-
    wordpress/
    Contact your host regarding it and let us know.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Huge white gap when adding elements with Visual Composer

    Hello,

    Please fill in the necessary information on your extra information fields of your profile data. So we can give it a closer look.

    Read this article for more information.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Page header overlay color css tag missing final ")"

    Hello,

    In this case, please enable the test page you send us once again. I see you do not have any page header image in any of the current visible pages in your site.
    We do not get this problem on our side so i can’t recreate it.
    in the mean time please add this code into your custom css box:

    @media screen and (-webkit-min-device-pixel-ratio:0) { 
        /* Safari only override */
        ::i-block-chrome,.header_page.centered {
             opacity: 0.25 !important;
         }
    }

    Let us know.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Alignment Issues

    Hi,

    We give advice on the current request. But over time the requests change and since the elements are connected to each other, it happens to have to change (once or twice) some other elements in order to achieve the result you want.

    Anyway, i am happy to see you got the result you wanted. Let us know for anything.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Page Header Title Cut Off – Desktop & Responsive

    Hello,

    1-Please add this code into your custom css box:

    @media (max-width: 767px){
    .header_page.centered h1 {  font-size: 22px !important;}
    }

    2-Title faded: that’s because you have selected the type of page header with animation. Go to page’s General Settings > Page Header Options > Page header background, select “Fixed“, To remove it.

    3-When do the titles disappear? What did you do before? What browser are you using? This never happened on our side, whenever we have accessed your site.

    4-Titles in mobile: please add this code into your custom css box:

    @media (max-width: 480px){
    .header_page h1 {
        font-size: 20px !important;
    }}

    Edit the value to your wish.

    5-Please see point 2.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Specular Theme – Issues with WordPress

    Hello,

    1-As the error message says, this is a server related issue. Please check that you have installed theme properly and that it’s folder does have all necessary access rights. Contact your host regarding it.

    2-Do you mean the Visual Composer dashboard? What version of the plugin do you have? Please make sure to have the latest one, included in theme package. Read this article on how to update Visual Composer.

    3-Theme is tested multiple times before launch from our team and Envato team as well. Also it is constantly updated and tested. Specular is compatible with the last WordPress release.
    I suggest you check out your WordPress installation files. You may have corrupted (or missing) files. Also perform a database optimization operation.
    Let us know.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Missing Images on iPhone 6 Plus

    Hello,

    As my colleague said, we do not have issues seeing all of your site’s images in mobile. Please clear cache and refresh page.
    Let us know if you still need our help.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Codeless Slider – Center video

    Hello,

    Can i please see a link where are you having this?

    Note: Please consider updating your profile data. Read this article for more information.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Customizer Not Saving

    Hello,

    Try changing browser. Or disable any add-on you may have active in your browser. Let us know how it will go.

    Best regards!

Viewing 15 posts - 7,636 through 7,650 (of 12,542 total)
← 1 2 3 … 509 510 511 … 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