Forum Replies Created
-
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!
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!
in reply to: Overlay Hamburger Menu ColurHello,
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!
in reply to: Save & Publish saves only temporaryHello,
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!
in reply to: Overlay Hamburger Menu ColurHello,
Are you referring to the mobile menu?(screenshot) Or Extra Side Navigation three bar icon? (screenshot)
Best regards!
in reply to: Page Header not showing on postsHello,
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!
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!
in reply to: WooCommerce Product Image Zoom & Gallery ProblemHello,
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!
in reply to: Strange Safari Browser BehaviorHello,
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!
in reply to: Single Post Display: Leave off author and dateHello,
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!
in reply to: Tower update – Visual ComposerThis reply has been marked as private.in reply to: WooCommerce Product Image Zoom & Gallery ProblemHello,
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!
in reply to: When Updating Specular Theme The Site Gets ScrambledHello,
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!
in reply to: Issue with IE11Hello,
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!
in reply to: collapsable mobile menuHello,
Sorry, it’s not possible from us. But every freelance developer who knows javascript,html & css, can help you with it.
Best regards!