Creative Themes
Forum Replies Created
-
Hello @min4836,
You’re welcome, glad it works fine 🙂Have a nice day!
Forum: Themes and Templates
In reply to: [Blocksy] customize “skip to content” accessibilityHello @vserbu,
I discussed with the team and I think we could implement a filter in the next update so you could change theurlof the skip link.Hope this will help you 🙂
Forum: Themes and Templates
In reply to: [Blocksy] customize “skip to content” accessibilityHello @vserbu,
Actually this is a normal behavior and all websites are working like this.
There is no way to change thehref="#main"from the skip link.But just to make sure I understood you correctly, you have two pages A and B and while you are on page A you click on the skip link button and you want to be redirected to page B?
Hello @comolasperasalosperos,
I had a discussion with my colleague and here is what I can add:This is actually fine that you are receiving a 503 (service unavailable) when the plugin is active, you simply tell (Google, Bing, Facebook) that your site is temporary in maintenance mode.
You have two ways here:
1. Deactivate the WP Maintenance Mode plugin, add/share your site/link on Facebook and after this activate the plugin back.2. A more advanced way – change the status code to 200 by using this hook –
wpmm_status_code– https://github.com/WP-Maintenance-Mode/Snippet-Library/blob/master/change-http-status-code.phpLet us know if this helps.
Hello @tirips,
Unfortunately there is no way to deactivate an answer, you can “deactivate” only a question from the list if you remove its content.Hope this helps.
Have a nice week 😉Hello @min4836,
Please try this custom CSS, it should disable the left/right spacing only on mobile devices:@media (max-width: 690px) { .single-product .site-main { --container-width: 100%; } }Let us know if this helps.
Hello @comolasperasalosperos,
Here you can find more info regarding this error and how to fix it – https://www.wpoven.com/blog/http-error-503/Hope this helps 🙂
Hello @wpbluefox,
At the moment there is no option in customizer for changing the font family and font size for the search results.I will note this in our to-do list and hope we will be able to add an option for this in the next update.
Forum: Themes and Templates
In reply to: [Blocksy] Link Type – Simple underlineHello @wpbluefox,
I will note this in our to do list but I can’t promise if this links type will be added anytime soon simply because we have other more important tasks at the moment.With some custom CSS you can achieve this easily, please try this snippet:
.entry-content p a, .entry-summary p a, .woocommerce-MyAccount-content a { --linkInitialColor: green; --linkHoverColor: gray; } .entry-content p a:hover, .entry-summary p a:hover, .woocommerce-MyAccount-content a:hover { text-decoration: underline; }Let me know if this helps.
Forum: Themes and Templates
In reply to: [Blocksy] Link Type – Simple underlineHello @wpbluefox,
Unfortunately at the moment we don’t have such a hover state behavior.But here is how you can achieve this:
1. Select the Type 1 from here – https://tppr.me/a7tQh
2. Paste this CSS code in Customizer -> Additional CSS
.entry-content a { --linkInitialColor: green; --linkHoverColor: gray; } .entry-content a:hover { text-decoration: underline; }And here is the final result – https://d.pr/v/xH8uFw
Hope this helps 🙂
Forum: Themes and Templates
In reply to: [Blocksy] Link Type – Simple underlineHello @wpbluefox,
Just to make sure we are on the same line, do you want to have atext-decoration: underlineonly on hover state?Forum: Themes and Templates
In reply to: [Blocksy] Page Container Layout for Page-buildersHey @wpbluefox,
We made this process a little bit easier, you don’t have to make the page full width but only the section you really want to be full width.There is an option we added in Elementor that will help you make a certain section full width, please see this video – https://d.pr/v/EoDwy8
Hope this helps 🙂
P.S. Thank you very much for your review ❤️
Forum: Themes and Templates
In reply to: [Blocksy] Page Container Layout for Page-buildersHello @wpbluefox,
What page builder are you exactly using?Hello @uneasyname, you’re welcome.
Have a nice day 🙂
Hi @uneasyname,
Most likely you have a bad server configuration.If you access this link (https://www.dekercoet.com/) everything will be fine but with this one (http://dekercoet.com/) it won’t work.
Try to contact your server provider, they should be able to better assist you with this.
Hope this helps.