-
-
Hi,
1. I have the social icons setup in the footer of my site. How do I make these open in a new tab/window (ie target=”blank”)?
https://z1u.dd4.myftpupload.com/
2. On the home page, the first codeless slider, I want to move the button to the right side. I can move the text but I can’t figure out how to right justify the REQUEST A QUOTE button.
3. The REQUEST A QUOTE button in the menu navigation area, when you mouse over turns blue. How do I change the color of the hover of this button?
Thanks,
Scott
-
Hello,
1-In file handel\includes\widgets\codeless_socialwidget.php find this line:
if( !empty($facebook) ) echo '<li class="facebook"><a href="'.esc_url($facebook).'"><i class="cl-icon-facebook"></i></a></li>';
edit to this:
if( !empty($facebook) ) echo '<li class="facebook"><a href="'.esc_url($facebook).'" target="_blank"><i class="cl-icon-facebook"></i></a></li>';
This code:
target="_blank"
was addedn in the second block. Do the same change for the other socials.2-Please add this code into your Additiona Css menu:
a.btn-style-material_square.btn-layout-medium.btn-font-medium.cl-btn.btn-style-material_square.btn-layout-extra-large.btn-font-medium { float: right !important; }
3-Add this code:
.header_container.cl-header-light:not(.cl-responsive-header) .cl-btn:hover { background-color: #1E284F !important; color: #FFFFFF !important; }
Best regards!
-
-
In regards to the target=”_blank”, I’ve added this but when I try to update the file it gives me the following error…
“Scrape nonce check failed. Please try again.”
-
Hello,
This looks like a host issue. Did you perhaps change any DNS or ip lately? As first step, please try deactivating your plugins. Try again. If the issue is gone, try activating plugins one at a time to find the culprit.
This is a common wordpress issue, so you will be able to find plenty of similar case online. Here are a few that may help:
https://generatepress.com/forums/topic/scrape-nonce-check-failed-please-try-again-error-since-wp-4-9-update/
https://theusualstuff.com/wordpress-4-9-error-edit-files-resolved/Best regards!
-
With regards to #2 above, how do I make the font size and/or button size for Request a Quote larger but keep in right justified. Every time I try to increase the font or button, it works but pushes it to be left justified.
-
You must be logged in to reply to this topic.