Forum Replies Created
-
AuthorPosts
-
You are welcome, glad to help :)
Regards,
JosueHi!
Can you post a screenshot of the issue?
Cheers!
JosueCheck it. You can see the modified code in the Code Block and some CSS i put in your child theme style.css too.
Regards,
Josue-
This reply was modified 10 years, 8 months ago by
Josue.
July 25, 2015 at 9:42 pm in reply to: Is this possible with Enfold? (Page with one new photo each day) #478689You are welcome, glad to help :)
Regards,
JosueHey Vinay!
If you are using a child theme simply pasting the code should work:
add_filter('avia_post_nav_categories', 'use_same_category_filter'); function use_same_category_filter($same_category) { $same_category = true; return $same_category; }Best regards,
JosueHi Tobias!
I see, one thing you could do is create a custom Options page with a field for your client to fill, then use it with Elliot’s code.
Cheers!
JosueJuly 25, 2015 at 4:32 am in reply to: Link tab heading to an external page instead of displaying the tab content #478529Putting a Tab element inside a Tab content is possible, not GUI-wise but with shortcodes, try the following:
– Enable this
– Create a new, separate Page and start building the inner Tab, you’ll note a box below ALB with some shortcodes being generated, when you’re done simply copy that into the Tab content in the other Page.Cheers!
JosueThis code is missing from your Quick CSS.
Cheers!
JosueFixed, it was a missing closing paragraph tag in one of your texts (
</p>).Best regards,
JosueHey!
Are you referring to the mobile menu toggle right?, try adding this:
#top.rtl #advanced_menu_toggle, #advanced_menu_hide { left: 35px; }Best regards,
JosueHi!
Have you checked if the issue occurs with the parent theme activated?
Best regards,
JosueHi!
Please refer to this article:
http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/Set an ID to that section, then go to the Menu Item you want to be the anchor trigger and simply put the ID you’ve set before as the link:
#management-teamCheers!
JosueHi!
This code in your <head></head> is causing a JS error that could be the cause of the mobile menu not opening
<script type="text/javascript">stLight.options({publisher: "03751b11-3bf9-45d3-bc6e-e46b390f1ebd", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>Regards,
JosueHey!
Add / merge this to your Quick CSS:
#top.rtl .cart_dropdown { position: absolute; left: 0 !important; right: auto !important; } #top.rtl .cart_dropdown .dropdown_widget { right: auto; left: 0; } #top.rtl .cart_dropdown .dropdown_widget .avia-arrow { right: auto; left: 10px; }Cheers!
JosueHey!
Do you have any Product created i can use to test?
Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi Vinay!
If you’re not using a Child Theme you can use this plugin to store those custom functions apart from the core theme files:
https://wordpress.org/plugins/functionality/Best regards,
JosueJuly 25, 2015 at 2:24 am in reply to: Last Content not responsive if four entries with 1/4 3/4? #478510Hey Julia!
Can you please provide a screenshot of the issue? i’m not sure what you’re referring to (i’m looking at the homepage).
Best regards,
JosueHey!
Try the following:
– Disable all third-party plugins
– Enable the parent theme (Enfold).
– Update to 3.2.3.Best regards,
JosueYou are welcome Darryl, glad to help :)
Regards,
JosueHi!
Can you detail what’s the expected result? i don’t quite understand the issue.
Best regards,
JosueWhat’s the login URL?
July 25, 2015 at 1:36 am in reply to: Is this possible with Enfold? (Page with one new photo each day) #478497Hey Brian,
You can use a Blog Posts element with this settings:
http://screencast.com/t/7XV6QY9WWhoUSo the Post shown would be the latest one, if the share links don’t appear you can manually put them below with the Share Links element.
Cheers!
Josue-
This reply was modified 10 years, 8 months ago by
Josue.
July 25, 2015 at 1:29 am in reply to: Link tab heading to an external page instead of displaying the tab content #478494Hey!
No, that’s not possible out of the box, what are you trying to do? can you provide some context o examples?
Cheers!
JosueJuly 25, 2015 at 1:28 am in reply to: Right-Align Header Phone-Info Text When Secondary Menu Is Moved Down #478491Hi!
In style.css, change this:
.sub_menu { top: 60px !important; }To this:
.sub_menu { top: 60px !important; position: absolute; right: 45px; }Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey Sam!
I’m afraid there isn’t an easy way to do that with Enfold, i’d suggest you using a more specialised tool like CF7 (this has that feature out of the box):
https://wordpress.org/plugins/contact-form-7/Regards,
Josue -
This reply was modified 10 years, 8 months ago by
-
AuthorPosts
