Forum Replies Created
-
AuthorPosts
-
October 2, 2015 at 6:40 am in reply to: Textbearbeitung in Advanced Layout Designer unmöglich #512559
Hey Reto!
Thank you for using Enfold.
The login credentials above is not an admin user. Please set the user role to admin. Could you please provide a screenshot of the issue? Use imgur or dropbox.
Cheers!
IsmaelHey tommylumer!
Thank you for using Enfold.
You can add this in the Quick CSS field:
#top #wrap_all { margin-top: 50px; }
Cheers!
IsmaelHi reraow!
Thank you for using Enfold.
Please add this in the Quick CSS field:
body, body p { font-family: 'ah-moharram-lightregular'; }
Cheers!
IsmaelHi MulderMind!
Thank you for using Enfold.
Please turn on the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Edit the button, add a custom css class attribute. Use “red-button” for example, add this in the Quick CSS field:
#top .red-button .avia-button.avia-color-dark { border: 3px solid #000; color: red; border-color: red; }
Cheers!
IsmaelHi kristenangel!
Thank you for using Enfold.
The videos are playing when I checked the site. Did you update the theme? There’s a fix for vimeo api included on the latest patch.
Cheers!
IsmaelHey!
In summary what i need is only one background video and in the front some slides.
You can use the color section element with a video background (note: video background will not work on mobile devices: add a faillback image). Add an easy slider or content slider element inside.
Or play around with the Layer Slider plugin. You can actually add an easy slider shortcode as a layer. Note that the shortcode will not work in the preview so you have to check it in the frontend.
Regards,
IsmaelOctober 2, 2015 at 6:00 am in reply to: Editing color section changes many things on my page, something is broken… #512540Hi!
You can actually go back to a revision of the page. Did you try that? Regarding the other issues, looks like the dynamic css (enfold.css) is not being used in your installation. Please check the wp-content > uploads > dynamic_avia folder. Set the folder permission to 755 and file to 644.
Cheers!
IsmaelHey taylormanning!
Thank you for using Enfold.
Is it OK if we deactivate the plugins while testing the media library? I was able to reproduce the issue and upon reviewing older threads, this turns out to be a plugin conflict.
Best regards,
IsmaelOctober 2, 2015 at 5:28 am in reply to: Events Calendar Pro – Blog Posts Element Orderby conflict #512532Hey!
Thank you for using Enfold.
Please add this in the functions.php file to alter the query of the magazine items:
add_filter('avf_magazine_entries_query', 'avf_magazine_entries_custom_query'); function avf_magazine_entries_custom_query ( $query ) { $query['orderby'] = 'date'; $query['order'] = 'DESC'; return $query; }
Adjust the values if necessary.
Regards,
IsmaelHi!
Thank you for the info. Please try to update the theme to the latest version (3.3.2) first then deactivate all plugins. Maybe, that will help. If not, post the login details here so that we can inspect the issue. Did you add any redirection code on the .htaccess files?
Cheers!
IsmaelHey!
The space above the breadcrumb is actually the default top padding of the .content so adding this code should decrease the space above the breadcrumb:
.content { padding-top: 20px; }
If you don’t mind, please remove all breadcrumb css modification then add that one. Or post the login details here so that we can add it for you.
Best regards,
IsmaelHey!
Please add this code to remove the menu container border:
#header_main_alternate { border: 0; }
Regards,
IsmaelOctober 2, 2015 at 5:14 am in reply to: Change social icons and sub menu position on mobile devices #512522Hi!
Add this in the Quick CSS field:
@media only screen and (max-width: 480px) { #socket .sub_menu_socket li { line-height: 1.5em; } #socket .sub_menu_socket li:first-child { border: none; padding-left: 0; } .responsive #socket .sub_menu_socket { position: absolute; margin-left: 0; } .responsive #socket .container { min-height: 80px; } #socket .copyright { position: absolute; left: 0; bottom: 0; } }
Cheers!
IsmaelHey!
Thank you for the info. The memory limit is set to 64M which is not sufficient for an installation with the advance layout builder. Please ask your hosting provider to increase it to at least 256M. Or you can increase it manually: https://docs.woothemes.com/document/increasing-the-wordpress-memory-limit/
Best regards,
IsmaelOctober 2, 2015 at 5:01 am in reply to: My website is not formatting correctly on apple products. #512517Hey!
Thank you for the update. Kriesi posted this code to fix the mobile menu issue with iPhones. Please add it in the Quick CSS field:
#mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before { content: "\25BA"; }
Make sure to hard refresh the page or remove browser cache before checking it again.
Cheers!
IsmaelHi!
Please post the css modifications on the pastebin.com. We would like to check it. The icons looks OK when I visit the page: http://dev2.electrixinternational.com/products/trunking-systems/
Regards,
IsmaelHey!
We can’t access the dashboard again. Please check: http://learnclubdance.com/accessories/wp-admin
Cheers!
IsmaelHi!
I’m sorry but we can’t access the site without the authentication or .htaccess details. Please post that as well. http://www.seas.upenn.edu/cets/answers/auth-htpasswd.html
Regards,
IsmaelHey!
Is the site subscribed to a cdn? Please try to purge the cache. Check the site on another browser.
Regards,
IsmaelHi!
I checked the page and found that the gallery is inside a h3 heading tag? Was that intentional? I accessed the dashboard but I can’t find the page with the gallery in the list: https://www.ecpubliclibrary.info/site/wp-admin/edit.php?post_type=page
Best regards,
IsmaelOctober 1, 2015 at 9:30 am in reply to: override header title and breadcrumbs on archive & taxonomy pages #512021Hi!
I think this will help:
https://codex.wordpress.org/Child_Themes
https://developer.wordpress.org/themes/basics/template-hierarchy/Template files includes header.php, single.php, page.php or any files responsible for the frontend. If you want to override a function from the functions-enfold.php, just copy the whole function ( example: avia_title ) inside the child theme’s functions.php file.
Regards,
IsmaelOctober 1, 2015 at 9:26 am in reply to: Previous and Next Post Popout Links at Edges of Window #512018Hey!
The post navigation doesn’t show up because you build the post content in the advance layout builder. You have to use the default editor. http://dev.solacesystems.com/wp-admin/post.php?post=14775&action=editBest regards,
IsmaelHey dimhack!
Thank you for using Enfold.
You can try the solution provided here: https://kriesi.at/support/topic/technical-question-2/#post-470089
Regards,
IsmaelHi!
I checked the functions.php file but I can’t find the deactivation code. http://www.dkimage.gr/wp-admin/theme-editor.php?file=functions.php&theme=enfold
add_theme_support('deactivate_layerslider');
Once you installed the layer slider plugin, enter your purchase code: http://www.dkimage.gr/wp-admin/admin.php?page=layerslider
Best regards,
IsmaelHi!
Sorry for the delay. Please edit comments.php file, look for this code around line 70:
<div class='comment_container'>
.. replace it with:
<div class='comment_container' itemscope='itemscope' itemtype='https://schema.org/UserComments'>
Modify includes > loop-index.php, look for this code on line 109:
if($slider) $slider = '<a href="'.$link.'" title="'.$featured_img_desc.'">'.$slider.'</a>';
Below, add this:
echo "<meta itemprop='image' content='{$link}'></meta>";
Cheers!
IsmaelHey Mathias!
Thank you for using Enfold.
You can decrease the font size and padding of the menu items:
@media only screen and (max-width: 1100px) { #top .av_seperator_big_border#header .av-main-nav > li > a { padding: 3px 14px 3px 5px; font-size: 12px; } }
Best regards,
IsmaelHi Joe!
Thank you for using Enfold.
Each menu item has its own unique id. You can find that id by viewing the page source: http://wpsites.net/tools/find-nav-menu-item-i-d/
Use the id selectors to modify the menu items. If you can provide the link to the current page, we’ll provide the css modifications.
Regards,
IsmaelHey!
You can try this in the Quick CSS field:
.avia-image-container.av-styling-.avia-builder-el-2.avia-builder-el-no-sibling.avia-align-center .avia-image-container-inner { position: relative; bottom: -150px; }
You might want to turn on the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
IsmaelOctober 1, 2015 at 7:04 am in reply to: Need to add Yelp to social icons header & footer here it is – how do I insert? #511962 -
AuthorPosts