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, 11 months ago Mirela
    Participant
    in reply to: Navigation

    Hello,

    Did you solve your issue? I don’t see any border when clicking on the menu items, nor the ‘Back to top’ button.
    Screenshot.
    What browser are you using?

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: Problem with bullet alignment in lists

    Hello,

    You can add this code only to the page you have the bullets so It won’t affect other pages. (screenshot). What other issues are you referring to?

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: Responsiveness issue with browser resize and/or dropping down mobile menu

    Hello,

    Please clear cache and refresh. Maybe you have an old cached copy, because what i see is different. iPad mini Screenshot.

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: URGENT ::::: TROUBLE with background image in Eye Catching view

    Hello,

    1- This is strange. We’ll check it and get back to you soon.
    2- Add description in the text editor of the portfolio item. Add/remove as many project details you need in general Options > Portfolio Config > Custom fields Parameters. Then in portfolio item, go to Single Portfolio Options > Custom Fields to give them values. An example in your site is here.
    3- I added this code: .latest_blog .no_carousel .blog-item { margin-top: 38px;} into your custom css box. It’s ok now.
    4- I see the ‘Read more’ button is present.

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: Icons Linked

    Hello,

    Please go to file vc_templates\services_medium.php and find this line:
    $output .= '<div class="icon_wrapper" style="'.$extra_st.'"><i class="'.esc_attr($icon).'" style="color:'.esc_attr($icon_color).';"></i></div>';
    replace with this:
    $output .= '<div class="icon_wrapper" style="'.$extra_st.'"><a href="'.esc_url($data['link']).'"><i class="'.esc_attr($icon).'" style="color:'.esc_attr($icon_color).';"></i></a></div>';
    Save file.

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: Revolution and responsive

    Hello,

    The code mentioned in the last screenshot, does not affect at all the logo. It doesn’t even point to it.
    This is how i see the front page: screenshot, still don’t see a ‘body’ here. What device are you using?
    Please send us your wp credentials in a private reply, so we can check these up.

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: Not adequately responsive

    Hello,

    Theme Specular is tested and fully responsive to all technologies nowdays. If you are facing any issue, please send us your site’s url so we can check. We’ll be more than happy to help improving it.

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: Responsiveness issue with browser resize and/or dropping down mobile menu

    Hello,

    Please add this code into your custom css box:

    @media (max-width: 1024px){
    #content { width: 922px !important;}
    }
    @media (max-width: 480px){
    #content { width: 288px !important;}
    }

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: Portfolio Slideshow Image Size

    Hello,

    Sorry for the late reply.
    Yes, that should be good.

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: Link header URL to a new tab

    Hello,

    Please go to Appearances > Menu and select your main menu. Now go at the top of the page and click on ‘Screen Options’. In the sliding box find “Show advanced menu properties” and check the option “Link Target”.
    Now go to your menu items, and select “New window or tab”
    Screenshot.

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: White Space Before Footer / Issue

    Hello,

    Please add these lines into your custom css box:

    .wpb_row.section-style, .wpb_row.standard_section {  margin-bottom: 0;}
    #content { padding-bottom: 0px; margin-bottom: -13px;}

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: White Space Before Footer / Issue

    Hello,

    Please add these lines into your custom css box:

    .wpb_row.section-style, .wpb_row.standard_section {  margin-bottom: 0;}
    #content { padding-bottom: 0px; margin-bottom: -13px;}

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: Bug with the menue (newest version)

    Hello,

    -You can find the ‘You are here:’ in file includes\view\page_header.php
    -To change the order of FAQs, install any order post plugin
    -Add this code, into your custom css box:

    @media (max-width: 1024px){ #logo { margin-left: -20px;}}

    -Make sure to have called the right css class for the attribute (Background-repeat) to make changes.

    Best regards!

    • This reply was modified 10 years, 10 months ago by Ruco.
    10 years, 11 months ago Mirela
    Participant
    in reply to: edit portfolio page

    Hello,

    Yes, please go to file \includes\view\portfolio\loop-grid.php and find these lines:

    <div class="portfolio-item mix <?php echo esc_attr($sort_classes) ?> <?php echo esc_attr($extra_class) ?>  <?php echo esc_attr($style) ?>" data-id="<?php echo get_the_ID() ?>">
                        <div class="he-wrap tpl2">
                            <?php if($columns == 5) $columns = 4; ?>                
                            <img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port'.$columns, 'url')) ?>" alt="">
                                         
                            <div class="overlay he-view">
                                <div class="bg a0" data-animate="fadeIn">
                                    <div class="center-bar v1">
                                        <a href="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), array("width"=> 1200, "height" => 1200), "url")) ?>" class="link a2 lightbox-gallery lightbox" data-animate="fadeInRight"><i class="moon-search-3"></i></a></a>
                                        <a href="<?php echo $link ?>" class="link a1" data-animate="fadeInLeft"><i class="moon-link-4"></i></a></a>
                                    </div>
                                 </div> 
                            </div>                          
                        </div>   

    replace with these:

    <div class="portfolio-item mix <?php echo esc_attr($sort_classes) ?> <?php echo esc_attr($extra_class) ?>  <?php echo esc_attr($style) ?>" data-id="<?php echo get_the_ID() ?>">
                        <div class="he-wrap tpl2">
                            <?php if($columns == 5) $columns = 4; ?>                
                            <a href="<?php echo $link ?>"><img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port'.$columns, 'url')) ?>" alt=""></a>
                                         
                            <div class="overlay he-view">
                                <div class="bg a0" data-animate="fadeIn">
                                    <div class="center-bar v1">
                                        <a href="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), array("width"=> 1200, "height" => 1200), "url")) ?>" class="link a2 lightbox-gallery lightbox" data-animate="fadeInRight"><i class="moon-search-3"></i></a></a>
                                        <a href="<?php echo $link ?>" class="link a1" data-animate="fadeInLeft"><i class="moon-link-4"></i></a></a>
                                    </div>
                                 </div> 
                            </div>                          
                        </div>   

    Let us know.

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: Testimonial Speed and comma – I´ve already followed instructions of forum

    Hello,

    Please try to remove the comment, this->’ ,,//add here the duration of a testimon.’ the commas may be messing the code. If the issue persists, send us your ftp credentials in a private reply, so i can do it for you.

    Best regards!

Viewing 15 posts - 11,821 through 11,835 (of 12,542 total)
← 1 2 3 … 788 789 790 … 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