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, 10 months ago Mirela
    Participant
    in reply to: Client Link open in new Window

    Hello,

    Yes, you can have the clients open in new tab. But this requires code editing. Go to file vc_templates/clients.php and find this line:
    $output .= '<a href="'.esc_url($client['url']).'" title="'.esc_attr($client['title']).'">';
    Replace with this:
    $output .= '<a href="'.esc_url($client['url']).'" target="_blank" title="'.esc_attr($client['title']).'">';
    Save changes and refresh page. In case of future theme updates, you will need to redo the changes so we recommend to keep a copy of the changes, or the file itself.

    Best regards!

    8 years, 10 months ago Mirela
    Participant
    in reply to: Massive issues.

    Hello,

    -The saving does not have any problem.
    -What error exactly, are you getting on images? What images?(portfolio, media, blog?)
    -Can you please be more specific? What do you mean by “sometimes locked with one of my old pictures (which I’ve deleted)”? What demo did you try and have this occurring?

    Please give us more details on your issues. What did you try so far? We know Folie theme is different from major themes out there, but it’s because of it’s innovative builder. You only need to spend a bit more time in learning it and see all available features in order to take the most out of it!

    Check out the documentation and Video tutorials to get a faster understanding of it.
    Let us know how can we help you.
    If you want, you can send us your wp credentials in a private reply and let us know the demo you want to use. We can set it up initially so that you only need to edit the content to your need.
    Let us know.

    Best regards!

    8 years, 10 months ago Mirela
    Participant
    in reply to: Overlay Hamburger Menu Colur

    Hello,

    Yes, i see. Please add this code into your General Options > Custom Css box:

    .header_5 .open_full_menu {
        color: #ffffff !important;
    }

    Let us know if you need further help.

    Best regards!

    8 years, 10 months ago Mirela
    Participant
    in reply to: Save & Publish saves only temporary

    Hello,

    The Save & Publish does save your changes definitely. Did this happen with only one page? Or the entire site? Please make sure you have the page opened in only one tab while making the changes and saving them. If you keep a copy of the page in it’s first state opened in another tab, no matter how many times you make changes to tab1 and save, if the very last save is made to the tab2, then it will keep the page with the settings of the very last save action.
    I don’t know if i explained this properly.

    If you want, you can send us some valid wp credentials in a private reply, so we can give it a closer look.
    Let us know.

    Best regards!

    8 years, 10 months ago Mirela
    Participant
    in reply to: Overlay Hamburger Menu Colur

    Hello,

    Are you referring to the mobile menu?(screenshot) Or Extra Side Navigation three bar icon? (screenshot)

    Best regards!

    8 years, 10 months ago Mirela
    Participant
    in reply to: Page Header not showing on posts

    Hello,

    You are not doing anything wrong. By default post’s can only have the Fullscreen Innovative Single Post page header style (https://codeless.co/specular/default/?p=451), to set it on, go to the post’s options > Blog Options > Active Fullscreen Innovative Single Post and set it ON. See screenshot of the option: https://postimg.org/image/kwav4hpuh/

    Or have the centered page header style, if it’s set up in General Options > Default Page Header > Page header style.

    Let us know if you need further help.

    Best regards!

    8 years, 10 months ago Mirela
    Participant
    in reply to: Single Post Display: turn off use featured image as picture for category

    Hello,

    Sorry but that’s not possible. There isn’t an option in wordpress or theme to make this action take effect on a group of post/pages or categories. You have to set it up at every page.

    Best regards!

    8 years, 10 months ago Mirela
    Participant
    in reply to: WooCommerce Product Image Zoom & Gallery Problem

    Hello,

    Can you post a screen recording of these actions?
    I just tested the product image zooming in ipad touch and i was able to switch the related images and also to zoom by clicking on a point in the image.
    Let us know.

    Best regards!

    8 years, 10 months ago Mirela
    Participant
    in reply to: Strange Safari Browser Behavior

    Hello,

    Can you please be more specific? What issue are you facing? I opened the site in safari and it looks ok. See this screenshot of it: https://postimg.org/image/m4i1kj9qh/
    Can you post a screenshot of what are you seeing?
    Let us know.

    Best regards!

    8 years, 10 months ago Mirela
    Participant
    in reply to: Single Post Display: Leave off author and date

    Hello,

    So, to be more clear, do you want to keep the author and date in single posts, for some of them and remove them for the others?

    You are right, if you use theme options, it will affect all single posts. To change only some of them, you need to use custom css.
    Add this code into your custom css box in General Options:

    .postid-451 .blog-article.standard-style .info {
        display: none;
    }

    This will remove the author and date for the post with id 451. See this screenshot to understand how to find the id of a post: https://postimg.org/image/ao1cc1ty3/
    Repeat this code for each post you want to remove the info’s from.

    Let us know if this is want you needed.

    Best regards!

    8 years, 10 months ago Mirela
    Participant
    in reply to: Tower update – Visual Composer
    This reply has been marked as private.
    8 years, 10 months ago Mirela
    Participant
    in reply to: WooCommerce Product Image Zoom & Gallery Problem

    Hello,

    The zooming effect takes place after capturing a mouse hover action. If you are in a touch screen, this action is not possible because of the touch.

    This is a WooCommerce feature not controlled from theme.
    I will forward your topic to our developers to see what they can do for future theme updates. But for now, this is out of this support reach.

    Best regards!

    8 years, 10 months ago Mirela
    Participant
    in reply to: When Updating Specular Theme The Site Gets Scrambled

    Hello,

    This is a duplicate topic of this ticket: https://support.codeless.co/?topic=updating-specular-theme-problem
    We have already replied you there. I will close this ticket now. Please keep up the issue in the other topic.

    Best regards!

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

    Hello,

    Thank you for reporting this. We will update theme soon and will look into this as well. Please let us know if the issue persists, after the next theme update.
    We update frequently, so don’t worry. You won’t wait long.

    Thank you!

    8 years, 10 months ago Mirela
    Participant
    in reply to: collapsable mobile menu

    Hello,

    Sorry, it’s not possible from us. But every freelance developer who knows javascript,html & css, can help you with it.

    Best regards!

Viewing 15 posts - 5,206 through 5,220 (of 12,542 total)
← 1 2 3 … 347 348 349 … 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