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

  • 8 years, 12 months ago Mirela
    Participant
    in reply to: Cordless Slide: Centered Button in 2 Column Setup

    Hello,

    No worries. I have already edited out the link to the main support page. Whenever you need to open a new ticket, you will be redirected to the main page. Add the content for your topic, chose the forum where to post it and send!

    Let us know if you have other inconveniences.

    Best regards!

    8 years, 12 months ago Mirela
    Participant
    in reply to: Comment paragraphs are removed

    Hello,

    Sorry for the late reply.
    This is the default structure of the comments section. Twenty Seventeen is one of the default wordpress themes and it does not have half of the features premium themes have. All this additional code interacts with each other and leads to changes in the basic theme behavior.
    If you want you can edit it out in file includes\view\blog\comments.php .

    Best regards!

    8 years, 12 months ago Mirela
    Participant
    in reply to: Installing issues

    Hello,

    These are widgets. If you want to edit it’s content, go to Appearance > Widgets. Find Header Widgetized Area, here are located the widgets above. Change the content to your wish.

    To change their title go to file \includes\register\register_shortcodes.php and find this block of code:
    https://codeshare.io/aV3v83

    Let us know.

    Best regards!

    8 years, 12 months ago Mirela
    Participant
    in reply to: I cannot change menu font color

    Hello,


    @jgifhorn
    ,
    Not only this is an old topic, and there have been changes (updates) to the theme since then..but most importantly, this is Specular theme forum.

    The directions are regarding the Specular theme options. I see you are running Folie theme which is very different from this theme.
    please open up your own ticket in the Folie forum. Someone from our staff will help you very soon.
    Folie forum: https://support.codeless.co/?forum=folie-the-wordpress-website-builder

    Best regards!

    8 years, 12 months ago Mirela
    Participant
    in reply to: Mega menu is not working correctly

    Hello,

    Please fill in the wp login information in the extra information fields of your profile data. So we can give it a closer look to why the code given is not working.

    Read this article for more information.

    -I checked the product page, did you install any extension for the woocommerce? This type of zoom is not by theme’s default style. (the default style is to zoom image within the image frame, not out of it)
    However, your zoom does hide the product description but not the menu (screenshot). This is not really an issue as you can not perform two actions in the same time. If the user is looking the product in detail (zooming), only after finishing this action will he go for the “acquista” option. If it’s out of the product image, the zoom is not active anymore and all options & description will be visible again.

    Let us know.

    Best regards!

    8 years, 12 months ago Mirela
    Participant
    in reply to: unable to save Specular Options

    Hello,

    This is not a theme issue.
    When did this started to happen? Did you install any new plugin before this? Or added any custom script?
    You may have some corrupted tables in your wordpress installation database. Or perhaps one of the installed plugins is giving a conflict.
    I suggest you disable all plugins first. Contact you host and perform a database optimization process. Clear up all junk content. Ask your host provider for guidance.

    -Unrelated, but since i saw it in your home page: Add this code into your custom css box, to fix the padding in the home page’s posts:

    .vc_gitem_row .vc_gitem-col {
        padding: 32px !important;
    }
    

    Let us know how it goes.

    Best regards!

    8 years, 12 months ago Mirela
    Participant
    in reply to: Set faq tabs order

    Hello,

    FAQs are sorted according to their creation time. You can match the creation time with the order you want to show them. Or install a custom plugin to help you with it.
    We can suggest “Post Type Order“.
    You can use it to reorder any custom type post such as portfolio items, posts and codeless slider slides.
    To remove the “view all” tab, please add this code into your custom css box:

    #faq-filter li.all.active {
        display: none;
    }

    Sorry but it’s not possible to assign another one of the categories as the active one.

    Best regards!

    8 years, 12 months ago Mirela
    Participant
    in reply to: Blog post settings

    Regarding your questions:

    1-The comments count in blog page: this is a different section of the theme, so it requires a different css to remove it. I added this code into your custom css box:
    .blog-article.timeline-style .info { display: none;}
    Please check your blog page. The comments are removed.

    2-To increase the distance between title and image in single blog post, i added this code:

    .blog-article.standard-style .content {
        padding-top: 25px !important;
    }

    Change the values to your wish.

    3-To change the logo position in mobile, i added this code:

    @media (max-width: 480px){
    #logo { margin-right: -30px !important;}
    }

    Result screenshot: https://pho.to/AktEo

    4-I see you have removed the slider from the blog page. I tried going to the blog page options and then back to the page. It did not redirect to the home page. How do you wish to proceed with this? Do you still want the slider in blog page>
    Let us know.

    Best regards!

    8 years, 12 months ago Mirela
    Participant
    in reply to: Blog post settings

    Hello,

    Yes, we got the reply and are working on it now. I will get back to you soon.

    Support work time is Monday to Friday, 9AM to 5PM (UTC +1:00). Please consider timezone differences. Please note that we reply to topics according to their arrival time. The olders first, so keep replying to your topic will only increase it’s response time.
    while we always try to answer your questions as soon as possible, sometimes we are not able to do so for whatever reasons and we ask you to be patient during these times.

    Thank you for understanding!

    • This reply was modified 8 years, 12 months ago by Mirela.
    8 years, 12 months ago Mirela
    Participant
    in reply to: Menu – submenu

    Hello,

    This happens because the sub-menu is not high enough. You can fix this by adding this code into your custom css box:

    .header_8 nav .menu > li > ul.sub-menu {
        top: 101% !important;
    }

    Let us know.

    Kind regards!

    8 years, 12 months ago Mirela
    Participant
    in reply to: header on blog page

    Hello,

    You can use the custom css suggested in the last reply to make it just like the normal default page header.
    We are sorry for the inconvenience! Please look forward to the upcoming update.

    Kind regards!

    8 years, 12 months ago Mirela
    Participant
    in reply to: Mega menu is not working correctly

    Hello,

    Sorry but it’s not possible to add images to mega menu.
    Add this code into your custom css box (located in General Options) to center the mega menu column titles and menu items:

    nav .codeless_custom_menu_mega_menu ul>li h6 {
        text-align: center !important;
    }
    nav .menu li ul.sub-menu li a {
        padding: 11px 58px !important;
        width: 100% !important;
    }

    Let us know.

    Best regards!

    8 years, 12 months ago Mirela
    Participant
    in reply to: Blog post settings

    Hello,

    1-To remove the “0 Comments” from the posts, please add this code into your custom css box (find it under General Options):
    #comments {display: none;}

    2-Remove the share/heart icon in General Options > Blog Config > Active Post Like/Social Shares on Posts (screenshot).

    3-Blog page: This is not a normal behavior. If you send us some wp credentials in a private reply, we can give it a closer look.

    4-You can fix this with custom css. Please send us a link of your site, so we can give you the exact code to add.

    Let us know.

    Best regards!

    8 years, 12 months ago Mirela
    Participant
    in reply to: header on blog page

    Hello,

    I understand your question now. The post page header title is not related to the page you are navigation from. Meaning it’s not “Artikelen” or any other page’s fault for the missing post title.
    If you try setting the page header to ‘centered’ style in General Options > Header Options > Default Page Header. The default style has a bug that we got to find thanks to you.
    We will fix this in the upcoming theme update. In the mean time please use the centered version. If you want to have it like the default, add this custom css into your custom css box:

    .single-post .header_page.centered h1 {
        font-size: 25px !important;
        text-align: left !important;
    } 

    Let us know.

    Best regards!

    8 years, 12 months ago Mirela
    Participant
    in reply to: Hide Comment Count & Line on Single Post

    Hello,

    Just edit out the previous code to this:

    #comments {
        display: none;
    }

    Result screenshot: https://www.clipular.com/c/5599498371072000.png?k=7lBAto_VHNaNCK5NqPuF7cebCF0
    Let us know.

    Best regards!

Viewing 15 posts - 5,506 through 5,520 (of 12,542 total)
← 1 2 3 … 367 368 369 … 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