Ionut Tudose
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Mesmerize] Big Orange Box Appearing on PageHello,
You have the option to deactivate it in Customizer -> Blog Settings -> Show Thumbnail placeholder.
See this image : https://tudoseionut94-yahoo.tinytake.com/tt/NDY3MzQzOF8xNDgwNjg1Mg
Forum: Themes and Templates
In reply to: [Colibri WP] Changing WooCommerce page title “Products”Hello,
I see from your page that you managed to change the page title to “Courses”.
Forum: Plugins
In reply to: [One Page Express Companion] Problema con plugin One Page Express CompanionHello,
Can you check if you are using the last version of the product?
To verify this – please access WP-Admin -> Updates -> Dashboard -> Check Again and see if you have the latest versions installed.
See the screenshot: https://www.screencast.com/t/jT07HOwF
Hello,
Can you share the link of your website so I can have a look over your issue?
Forum: Themes and Templates
In reply to: [Highlight] Edit CopyRight text in footerHello,
The option of changing the footer copyright text is available in the PRO version of the product.
Forum: Themes and Templates
In reply to: [Highlight] Remove footer creditHello,
The option of changing the footer copyright text is available in the PRO version of the product.
Forum: Themes and Templates
In reply to: [Highlight] basic CSS advice (changing colors)Hello,
Your mentioned options are part of advanced settings and are available in the Pro version of the product.
Forum: Themes and Templates
In reply to: [Colibri WP] Error when publishing from Appearance CustomizeHello,
It seems that you are using the PRO version.
Please contact the theme author directly on https://colibriwp.com/#support as this forum is dedicated to the FREE version of Colibri.
Forum: Themes and Templates
In reply to: [One Page Express] Changing Background Image in Mobile ViewHello,
You can use this CSS code :
@media screen and (max-width: 480px){ .header-homepage{ background-image:url("yourPath") !important; } }
Forum: Themes and Templates
In reply to: [Mesmerize] Support Tickets not workingHello,
You can not directly add html content into the page.
In the PRO version, this can be achieved by converting it to a shortcode ( with a plugin like https://www.ads-software.com/plugins/shortcoder/ ) and then inserting it as a custom shortcode.
Forum: Themes and Templates
In reply to: [Materialis] Links not working in chromeHello,
You can use this CSS code for your issue, in Customizer -> General Settings -> Additional CSS :
.page-content, .header-homepage{ z-index:2 !important; }
Forum: Plugins
In reply to: [Colibri Page Builder] Problem with the markup ribbonHello,
The option of editing the typography properties of your text is not available in the FREE version of the product.
Maybe, you created a PRO trial project into the Colibri platform, and you used the PRO features there.
Forum: Themes and Templates
In reply to: [Materialis] Social Icon links nor working on DesktopHello,
Can you share the link of your website so I can have a look?
Forum: Themes and Templates
In reply to: [Mesmerize] Header text getting cut off on mobileHello,
You can use this CSS code in Customizer -> General Settings -> Additional CSS :
@media screen and (max-width: 480px){ .home .header-description.gridContainer.media-on-right { padding-top:30% !important; } }
Forum: Themes and Templates
In reply to: [One Page Express] Customizer not secureHello,
You can use this custom plugin for forcing your website elements to use HTTPS over HTTP.