Forum Replies Created
-
AuthorPosts
-
Hi!
That won’t work because the background is set to the HTML element, have you tried disabling all third-party plugins to see if it gets fixed?
Cheers!
JosueMay 21, 2014 at 10:31 pm in reply to: Links to lightbox inline content no longer scale in the layerslider. #268261Hi,
Can you post the link to the page please?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
main.content{ min-height: 600px; }Cheers!
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHey!
Try adding this code to the Quick CSS to change the opacity of the video background:
.avia-slide-wrap .mejs-container { opacity: 0.4 !important; }Cheers!
JosueHey!
The video shortcode is not meant to open the video as a lightbox but to embed the actual video there.
Cheers!
JosueHi!
That’s currently not possible, you can’t have full width elements and sidebars in the same page.
Cheers!
JosueHey Marcelo!
Try adding this code to the Quick CSS:
#top .av-main-nav ul ul { left: 207px !important; }Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey!
I think that happens because this Page is set as the Homepage either in the Theme Options or Settings > Reading.
Best regards,
JosueHey David!
Open css/base.css, remove from line 186 to 254.
Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueHi Simon!
That’s not possible, but you can use jQuery to do to bind the click event to the body element, try adding this to your functions.php file:
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery('body').click(function(e){ if (e.target === this) { window.location = "_URL_HERE_" } }); }); </script> <?php } add_action('wp_footer', 'add_custom_script');Best regards,
JosueHey!
None of these errors are coming from the theme.
Best regards,
JosueHi Neil M!
You can trigger a click event with jQuery:
jQuery("p[data-fake-id='#toggle-id-1']").trigger('click');Best regards,
JosueHi Sconcepts!
Have you tried using an iframe to include the content?
<iframe src="http://www.savelolly.com/holiday-search.html" style="width:405px;height:150px;border:0"></iframe>Cheers!
JosueHi!
Have you tried this plugin?
http://wordpress.org/plugins/typekit-fonts-for-wordpress/iThe fonts will be included but they will need to be assigned using the normal font-family property via Quick CSS, to target headings for example:
h1, h2, h3, h4, h5{ font-family: Font Name Here, sans-serif !important; }Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi!
Have you already tried renaming the labels? i think that could work.
Cheers!
JosueThat’s not possible unfortunately.
Hey!
The featured image needs to be included with the right Open Graph tags, try this plugin:
https://yoast.com/wordpress/plugins/seo/Best regards,
Josue-
This reply was modified 11 years, 5 months ago by
Josue.
Hi Damien!
You mean to use the Blog Posts element to fetch all the Posts across the installation?
Regards,
JosueMay 21, 2014 at 9:38 pm in reply to: Enfold> Header Layout> Extra Elements> Header Social Media Icons – Error #268205Hello,
Are you using the latest version of Enfold? have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueMay 21, 2014 at 9:37 pm in reply to: Show preview pictures for password protected portfolios #268204Hey Sven!
I’m not sure if that’s possible within WordPress boundaries, but maybe with a plugin that let you protect certain areas of the post:
http://wordpress.org/plugins/password-content-shortcode/Regards,
JosueHi Damian!
You can use the built-in WP editor:
http://screencast.com/t/R0cw67mMeBest regards,
JosueHi!
Make sure you don’t have an actual folder named “blog” in the root of your installation.
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
html, #scroll-top-link{ background: white !important; }Cheers!
JosueMay 21, 2014 at 8:43 pm in reply to: set background color of avia mega menu to different color than header #268187Hi,
Can you post a link to your website please?
Regards,
JosueHey PLTS!
To discard if the issue is coming from theme or not, please create a form with this plugin and see if it works.
Cheers!
JosueMay 21, 2014 at 8:24 pm in reply to: set background color of avia mega menu to different color than header #268183Hey!
Try adding this code to the Quick CSS:
.main_menu { background: red; }Cheers!
Josue -
This reply was modified 11 years, 5 months ago by
-
AuthorPosts
