Forum Replies Created
-
AuthorPosts
-
February 15, 2015 at 12:29 pm in reply to: edit tag TITLE on social image profile changed by myself #396350
Hi!
Please post the login details here. We would like to check it. Yes, you can add the code on the child theme’s function.php file.
Best regards,
IsmaelHey goranmilo!
Thank you for using Enfold.
It’s not working because of this code:
#top #header .av-main-nav > li > a .avia-menu-text, #top #header .av-main-nav > li > a .avia-menu-subtext { color: #ffffff; }
You can remove that or add this to the Quick CSS field:
#top .header_color.av_header_transparency, #top .header_color.av_header_transparency .phone-info.with_nav span { color: red !important; }
Cheers!
IsmaelHi!
Thank you for using Enfold.
Add this to the Quick CSS field:
@media only screen and (max-width: 767px) { .responsive #top .main_color .active_tab_content { background-color: #f2f1ee !important; }}
Cheers!
IsmaelHey atef123!
Thank you for using Enfold.
Please update the theme to 3.0.8. Post the website url here so that we can check it.
Regards,
IsmaelHi gearouthere!
Thank you for using Enfold..
Add this to the Quick CSS field to remove the top rated products widget:
.postid-2763 section#woocommerce_top_rated_products-2 { display: none; }
No, unfortunately, you can’t control the products on the related products section. What you can do is to define or specify cross or up sell products: http://docs.woothemes.com/document/related-products-up-sells-and-cross-sells/
Cheers!
IsmaelFebruary 15, 2015 at 11:59 am in reply to: can I have 2 different logos for transparent/normal header? #396339Hey!
The only way to reproduce what you’re describing is when you scroll down a few pixels slowly. It doesn’t happen when you scroll down normally (as you would scroll when visiting facebook etc). Try to increase the transition:
.logo img { -webkit-transition: opacity 0.1s ease-in-out; -moz-transition: opacity 0.1s ease-in-out; transition: opacity 0.1s ease-in-out; }
Best regards,
IsmaelHi!
Make sure that you close the html tags properly. Missing one element will break the layout of the table or the whole site. Anyway, can you please explain what broke? The table looks fine on the frontend.
Regards,
IsmaelHi!
I tried to login using the credentials above but they’re not working. Please check.
Regards,
IsmaelHey stunna42!
Thank you for using Enfold.
Have you tried it on a code block element? Unfortunately, we don’t provide support for third party plugins. Please contact the plugin author.
Regards,
IsmaelFebruary 15, 2015 at 11:38 am in reply to: Duplicate posts even with "Do not allow duplicates" / Offset # set automatically #396332Hi HeartGLO1!
Thank you for using Enfold.
We can’t reproduce the issue on our installation. The offset is working as expected. Make sure that you’re using the latest version of the theme, 3.0.8. Why not create a special category for the post slider called “ecards” for example? Select this category instead of showing all categories.
Regards,
IsmaelHi!
I tried to login to the site but wp-login and wp-admin is now working. Please check.
Regards,
IsmaelHey JadynWelch01!
Thank you for using Enfold.
Add this code to the Quick CSS field to disable gallery loading animation:
.avia_transform .avia-gallery-thumb img { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); }
Regards,
IsmaelHey!
Thank you for using Enfold.
Yes, you can use that code on functions.php. Use is_page for pages and has_term conditional function for portfolio categories. Refer to these links:
http://codex.wordpress.org/Function_Reference/has_term
http://codex.wordpress.org/Conditional_Tags#A_PAGE_PageBest regards,
IsmaelHi!
Add this:
a#recaptcha_whatsthis_btn { overflow: visible !important; } a#recaptcha_whatsthis_btn:before { content: ''; display: block; width: 100px; height: 5px; background: #810200 !important; bottom: -7px; position: absolute; z-index: 1000; }
Best regards,
IsmaelHey!
If you want to show the date only for the “news” category, edit config-templatebuilder > avia-shortcodes > magazine.php. Look for this code:
$time = get_the_time(get_option('date_format'), $entry->ID);
Replace it with:
if(has_term('news', 'portfolio_entries', $entry->ID))$time = get_the_time(get_option('date_format'), $entry->ID);
If you’re using the “news’ category for news portfolio items, leave the term as it is. If not, replace it with the proper term or portfolio category name. Unfortunately, you can’t show the actual event date without proper modification on the theme. You can add custom fields then edit the same file.
Best regards,
IsmaelHey goch!
Thank you for using Enfold.
The lightbox script is using the large thumbnail size found on Settings > Media panel. Adjust the max width and max height to 9999 then regenerate the thumbnails using this plugin: https://wordpress.org/plugins/regenerate-thumbnails/
Cheers!
IsmaelHey!
We tested this plugin on our installation and it works. It should preload and prevent other images from loading when they are not inside the viewport. https://wordpress.org/plugins/rocket-lazy-load/
For what it’s worth, this is the screenshot:
Best regards,
IsmaelHi!
Adjust the code. Replace it with this:
@media only screen and (min-width: 989px) { #header_meta .container { width: 29%!important; float: right; top: 65px; right: 25%; position: relative; } #header_meta { margin-top: -30px; } .html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main { padding-top: 125px; }}
Regards,
IsmaelHey!
I think you gave us a different website url. The issue is happening on this page: http://forum-produktion.automotiveit.eu/referenten
I accessed the site but I can’t find the page with the issue.
Best regards,
IsmaelHey!
You can edit config-templatebuilder > avia-shortcodes > events_upcoming.php, look for this code on line 141:
$output .= "<span class='av-upcoming-event-schedule'>".tribe_events_event_schedule_details($entry)."</span>";
Replace it with:
$eventshed = tribe_events_event_schedule_details($entry); $output .= "<span class='av-upcoming-event-schedule'>".str_replace('@', '-', $eventshed)."</span>";
Best regards,
IsmaelHi!
If you want to disable the link of the post title, use this on the Quick CSS field:
h2.post-title.entry-title a { pointer-events: none !important; }
I’m sorry but what you’re after requires custom modifications that are beyond the scope of support. Please hire a freelance developer.or visit Envato Studio and Werkpress for further modifications.
Best regards,
IsmaelHi!
Thank you for the info. Do you have a test page that we can check? I’m sorry but we can’t reproduce the issue on our installation.
Cheers!
IsmaelHi atrixdave!
Thank you for using Enfold.
We can’t reproduce the issue no our installation. Make sure that you have the latest version of the theme, 3.0.8. Did you add any filter hooks to the functions.php file called avf_title_args?
Best regards,
IsmaelHey!
The theme is set to responsive. Set it to fixed layout or disable the Responsive Site option on Enfold > General Layout > Dimensions panel.
Cheers!
IsmaelHi!
Are all css modifications not working when you put it inside the style.css file? Note that you can also add it on Enfold > General Styling > Quick CSS field. Please let us know once the site is live.
Cheers!
IsmaelHi!
The color section can only apply the parallax effect to the background image. If you want to create a parallax slider, use the Layer Slider. Set the Parallax Level of the layer.
Regards,
IsmaelHi!
How many custom post types do you have? Try the solution provided here to create widgets for different custom post types:
https://kriesi.at/support/topic/multiple-versions-of-latest-cpt-widget/#post-369273
Regards,
IsmaelHey squard!
Thank you for using Enfold.
Are you using different magazine element for news and events? Please give us a link to the actual page.
Regards,
IsmaelHey Shane!
Thank you for using Enfold.
You need to set the page as checkout page on WooCommerce > Settings > Checkout > Checkout Pages panel. Use this shortcode:
[woocommerce_checkout]
Cheers!
Ismael -
AuthorPosts