Forum Replies Created
-
AuthorPosts
-
May 9, 2014 at 11:08 pm in reply to: Pagination Needs to Anchor Back to Part of the Page Where Blogs Are Featured #262618
Hi Brandon,
Try adding this at the end of js/avia.js:
jQuery(function() { jQuery(".pagination-slider a").each(function(){ var theLink = jQuery(this).attr("href"); jQuery(this).attr("href", theLink+"#postings"); }); });Regards,
JosueHi!
No, it’s not integrated as part of the theme. Enfold does have a built-in MegaMenu functionality:
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.logo, .logo img { height: 156px !important; } .logo{ top:-35px; }Cheers!
JosueHey Carsten!
Use a HTML layer with something like:
<a href="link to another page" class="button">Read More</a>Regards,
JosueHi!
Have you checked this article on how to integrate Ubermenu and Enfold?
http://sevenspark.com/docs/ubermenu-enfoldRegards,
JosueHey Snerp!
Try this code:
#main{ z-index: 9999; position: relative; }Regards,
JosueHi!
No, it’s not that easy, the shortcodes.js file is located in the in the enfold/js folder. You can do this change via FTP + text editor or with this plugin that let you edit any file of the theme from the Dashboard.
The exact location where you need to add the code is after line 2438 (Enfold 2.7.1):
window.location="http://Payment Page URL Here";Cheers!
JosueGlad it fixed :)
Best regards,
JosueHey!
But could you replace the files via FTP? try disabling that cache functionality you have on the site before trying to update.
Best regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHey!
The code doesn’t work because the page-id is not an ID but a class:
@media only screen and (max-width: 480px) { .page-id-88{ display: none !important; }}To make it multiple, use commas:
.page-id-xx, .page-id-zzRegards,
JosueHi!
Try this (the line may have changed, do a search and find):
https://kriesi.at/support/topic/contact-form-redirection/#post-166771Regards,
JosueMay 9, 2014 at 6:46 pm in reply to: Vertically center a "reduced size" logo with the mobile menu icon? #262528We looking forward to hearing from you :)
Regards,
JosueHi!
The tooltips need additional tweaking but it’s a start, thanks for sharing it :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
div#main { position: relative; z-index: 99999999; }Cheers!
JosueMay 9, 2014 at 6:43 pm in reply to: Is possible to use a single. htaccess in WordPress multisite installation #262523Hello!
This is more of a WordPress issue rather than a theme one, unfortunately is out of the support scope we offer, try contacting a specialist.
Cheers!
JosueMay 9, 2014 at 6:42 pm in reply to: Blog Post Shortcode – Retrieve posts that contain both (AND) taxonomy terms.. #262522Hi!
You want to get any posts that has ALL tags (not any tags)? i don’t think that’s possible within WordPress boundaries.
Cheers!
JosueHi Richard!
They aren’t because they require WooCommerce in order to render. After woo is installed you can use the new element that will appear in the Layout Builder.
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
div#main { position: relative; z-index: 99999999; }Cheers!
JosueHi!
Put the code outside the media query:

Regards,
JosueHi!
I checked the Page and it look the same in the edit page and in the actual view:

Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHey!
Check via FTP if that file exists, if it doesn’t upload (only the file) it from a copy of Enfold.
Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueHi!
Do the problem only occurs with Easy Slider?
Regards,
JosueHey Arnoud!
You need to put it after the body tag, around line 62 in header.php.
Best regards,
JosueMay 9, 2014 at 7:32 am in reply to: Feature suggestion: Turn of prettyPhoto in theme settings #262187Hi!
We are aware of that, in the meantime you can use this child theme (as a starting point), which deactivates the standard pp lightbox and loads the fancybox script instead.
Best regards,
JosueHey!
That’s not possible at the moment, it may be added as a feature if more people ask it though. You’d need to stick with widget logic in the meantime.
Cheers!
JosueHey John Haswell!
Try the solution i provided here:
https://kriesi.at/support/topic/adding-468-x-60-banner-to-header/Regards,
JosueThanks for sharing your solution GZAM :)
Cheers!
Josue -
AuthorPosts
