Forum Replies Created
-
AuthorPosts
-
Hey!
OK. Let’s focus on the page above. This is just a workaround and not an actual fix. What if the parent menu item “Going Out” is not a link so it doesn’t reload the page every time you tap on it. Just put “#” symbol to make it a static link. You can create another set of links containing parent menu items (Going Out, Shopping, Servcices etc). If you remove the link of the parent menu items, you can tap on it to show the sub menu items then tap outside the sub menu container to close it.
Best regards,
IsmaelHi!
Sorry for the delay. I checked the new page but you removed the main menu and then added a table so just try this in the old installation:
#avia-menu li { float: left; width: 50%; display: block; clear: none; height: 50px; }You can add the code in the Quick CSS field under General Styling panel.
Regards,
IsmaelOctober 2, 2015 at 7:37 am in reply to: How to update theme and not lose custom sidebar and widgets #512587Hey!
This is an issue with WP version 4.2, specifically the register_sidebar function which will now require an ID. Unfortunately, it breaks the theme’s custom widget areas. You might find the assigned widgets relocated in the Appearance > Widgets > Inactive Widgets section. And you have to assign it again to their respective widget areas which is a lot of work if you have 100+ widgets. Also, make sure NOT to use any special characters on custom widget area name. We are very sorry for the inconvenience.
Cheers!
IsmaelHi!
If you want to remove the theme’s preset thumbnails, just add this in the functions.php file:
function wp_23223255_6469586506596() { add_image_size('masonry', 0, 0); add_image_size('magazine', 0, 0); add_image_size('widget', 0, 0); add_image_size('featured', 0, 0); add_image_size('featured_large', 0, 0); add_image_size('extra_large', 0, 0); add_image_size('portfolio_small', 0, 0); add_image_size('gallery', 0, 0); add_image_size('entry_with_sidebar', 0, 0); add_image_size('entry_without_sidebar', 0, 0); add_image_size('square', 0, 0); add_image_size('shop_single', 0, 0); add_image_size('shop_thumbnail', 0, 0); add_image_size('shop_catalog', 0, 0); } add_action( 'after_setup_theme', 'wp_23223255_6469586506596', 11 );Use the follwing plugin to regenerate the thumbnails( since we set the dimension of the thumbnails to ZERO, they are not going to regenerated): https://wordpress.org/plugins/force-regenerate-thumbnails/
EDIT: Make sure to refresh the page before clicking the “Regenerate” button.
Note that this might impact the page speed because every page will load the original size of the image.
Regards,
IsmaelOctober 2, 2015 at 7:13 am in reply to: German translation misses time units for countdown timer #512575Hi!
They are actually the same. The only difference is that in the documentation, we use the theme’s local filter (ava_theme_textdomain_path) to adjust the lang folder path. Do you have a child theme? Could you please provide a link to the actual site?
Regards,
IsmaelHey Gimrog!
Thank you for using Enfold.
Please use this in the Quick CSS field to adjust the width of the caption:
.slideshow_caption { width: 60%; }Adjust the font size of the title and text with this:
.avia-caption-content { font-size: 20px !important; } .avia-caption-title { font-size: 50px !important; }Use css media queries in order to adjust the values in different screen sizes. Example for iPad or tablets:
/* Tablet Portrait size to standard 960 (devices and browsers) */ @media only screen and (min-width: 768px) and (max-width: 989px) { .slideshow_caption { width: 50%; } .avia-caption-content { font-size: 15px !important; } .avia-caption-title { font-size: .30px !important; } }Best regards,
IsmaelHi!
You can adjust the height of the slider but some parts of the images might NOT be visible inside the container:
@media only screen and (max-width: 767px) { .avia-slideshow-inner, .avia-slideshow-inner img { height: 300px !important; } .avia-slideshow-inner img { min-width: 1000px !important; } .avia-fullwidth-slider { min-height: 300px; } }Best regards,
IsmaelHi!
Please follow the instructions here: http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/
If the troubleshooting tips doesn’t fix the issue, contact your hosting provider for more info.
Cheers!
IsmaelHi JHU8ghsrr5!
Thank you for using Enfold.
Please post the link to the actual page. You can try this in the Quick CSS field:
.alternate_color.title_container { background-color: red; }Cheers!
IsmaelHey Nancy!
Thank you for using Enfold.
I checked the site on mobile screen and the scroll to top link is visible. Please remove browser cache and reload the page. It is hidden by default because you can actually double tap the top edge of the mobile browser to go back to the top of the page.
Regards,
IsmaelOctober 2, 2015 at 6:44 am in reply to: safari image display problem – safari doesn't show certain image on webpage #512561Hey janban23!
Thank you for using Enfold.
Safari cannot recognize the file name because of the special character. Please remove the “ü” in the image file name then upload it again.
http://city-madness.com/wp-content/uploads/2015/09/150914-XCM-FRANKFURT-1200x900-SW-tu%CC%88rkis.jpgRegards,
IsmaelOctober 2, 2015 at 6:40 am in reply to: Textbearbeitung in Advanced Layout Designer unmöglich #512559Hey 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,
Ismael -
AuthorPosts
