Forum Replies Created
-
in reply to: Service Icons on the Business4 home page
Hello,
Sorry for the late reply.
What element do you want to alter the icons too? Please check this related topic on how to add custom icons to theme:
https://support.codeless.co/?topic=set-custom-service-icon
https://codeless.co/how-to-add-a-new-local-font/
Let us know.Best regards!
in reply to: View Cart NotificationHello,
This is strange. Can you please deactivate every third party plugin?
Let us know.Best regards!
This reply has been marked as private.in reply to: Paragraph Tags Missing When Posting to BlogHello,
Sorry for the late reply.
I see you have only two posts and none of them had tags added. I added some tags to one of them. Please check your blog page and let me know.Best regards!
in reply to: Header options ar differntHello,
Are you referring to this header: https://codeless.co/specular/business/ ?
If so, this is how you need to set up the settings:
1-Go to Header Options > Header Style, select type “With border top”. Then again in Header option > Top Widgetized Area > Show Top Navigation, set it ON.
To add content to the top navigation area, go to Appearance > Widgets, add the text widget and social to the “Top Nav area”.I can help you set it up if you want. but i will need some wp credentials to login to your dashboard.
Let us know if you have any question.Best regards!
in reply to: Cannot edit animated counterHello,
Does the loading happen with any other element? What Visual Composer version do you have? Please make sure first to have the latest versions of both.
Let us know if the issue persists.Best regards!
in reply to: Great Problem with SpecularHello,
As i already wrote, this is a connection/browser issue. There isn’t anything you can change in theme to avoid this because theme is not the reason.
I already wrote on what causes the net::ERR_ABORTED error, i see in your screenshot the net::err_spdy_protocol_error. Which also is a net error. If you check closely the files affected, you will find wp core files too, not only theme’s (screenshot).
Please check this article for a detailed explanation of this error and how to solve it: https://www.techsupportall.com/fix-err_spdy_protocol_error-permanently/Useful article:
https://www.computerforum.com/threads/im-getting-net-err_spdy_protocol_error-in-chrome.240768/Best regards!
in reply to: TOWER: Consistent sidebar look and feelHello,
The widgetized sidebar is a Visual Composer element and resides inside the page’s body. While the sidebar in single posts’s is just that: a sidebar. It has it’s own space. To have the same structure, all you need to do is make the page’s layout with sidebar. And then add widgets into this sidebar in Appearance > Widgets.
I can make a test page for you if you can send me some valid wp credentials in a private reply.PS: I double checked the support open new topic and the new ticket opened from Tower forum, creates a topic in Tower forum. While if you write a new topic from https://support.codeless.co/?page_id=8, you got the dropdown list to chose the forum where you want to open the ticket to. Screenshot: https://postimg.org/image/7c67stuc5/
How did you create the ticket? Let us know so we can fix that.Best regards!
in reply to: Layerslider not changing on some pagesHello,
This is really an issue. We are aware and we will try to upload a theme update asap with the slider issue fixed.
In the mean time you can make the change directly into the theme file, so you won’t need to wait more.
In the same file includes/core/codeless_slideshow.php find this line:
$this->options['layer_slider_id'] = is_numeric($cl_redata['layerslider'])+1;
replace with this:
$this->options['layer_slider_id'] = $cl_redata['layerslider']+1;Best regards!
in reply to: Theme not displaying correct layer sliderHello,
You are right! Thank you for noticing this.
I informed the developers and we will try to upload a theme update asap with the slider issue fixed.
In the mean time you can make the change directly into the theme file, so you won’t need to wait more.
In the same file includes/core/codeless_slideshow.php find this line:
$this->options['layer_slider_id'] = is_numeric($cl_redata['layerslider'])+1;
replace tith this:
$this->options['layer_slider_id'] = $cl_redata['layerslider']+1;Best regards!
Hello,
Please add this code into your custom css box:
@media (max-width: 480px) { .vc_btn3.vc_btn3-block { display: -webkit-box !important; } }Let us know.
Best regards!
in reply to: VC elements no showing at certain page widths.Hello,
That’s great to know. Thank you for sharing the reason behind it with the community!
Best regards!
Hello,
Sorry for the inconvenience.
We will fix this asap. In the mean time please keep on posting whatever question you have. You will get all the support needed.Best regards!
in reply to: Problems with testimonial carouselResult screenshot: https://postimg.org/image/3pvciqhjp/
in reply to: Problems with testimonial carouselHello,
Please add this code fro the testimonials height:
.testimonial_carousel_element .caroufredsel_wrapper { height: 265px !important; }Regarding the testimonials size of the type, you never replied back to answer the last question from our side. However, add this code into your custom css box, to change the font size of text and author’s font:
.testimonial_carousel .item p {font-size: 15px !important;} .testimonial_carousel .item .param h6 {font-size: 15px !important;}You have an old theme version now. Please update theme and all it’s included plugins. It’s strongly recommended to keep everything up to date in order to not have issues and have a secure site.
All custom css added in custom css box, does not get affected by theme update.
Let us know.Best regards!