Forum Replies Created
-
AuthorPosts
-
Hey!
I tried one of the html character codes in a special heading editor and it worked. You can try it again or just use the “escape”. Glad to see you again on the forum. :)
Cheers!
IsmaelHi!
Did you remove the title of the portfolio items? I checked one of the items on both language and both versions are working:
http://demo-pelma.tecnoprof.it/portfolio-articoli/dryflex/
http://demo-pelma.tecnoprof.it/portfolio-item/dryflex-eng/?lang=enBest regards,
IsmaelHey!
The site is still using a cached version of the stylesheet, probably because of the .htaccess file. Go to wp-content > uploads > dynamic_avia folder. Delete the css file there. Toggle any theme options to regenerate the file.
Regards,
IsmaelHey!
The data comes from the plugin so if we’re not familiar with the plugin, it’ll take us more time to trace the code. If you can contact the plugin author, they’ll know right away where to look. They’ll know what specific function to use in order to fetch data. And yes, you need to edit the header.php manually, especially when you want to add a dynamic data. If you only need to add a static text, add a simple text block to a page then save it as a template. You can find the Template button on right top corner of the ALB. Apply the template to the pages.
Regards,
IsmaelHey!
Looks like you’re using a third party plugin. I’m sorry but we don’t provide support for third party plugins. Like I said, you can edit the header.php file in order to add the content that you want on top of the header. Unfortunately, we’re not familiar with the plugin so it’s best if you contact the plugin author.
Cheers!
IsmaelHi!
Set the header height on Enfold > Header Layout panel. Set the Header Size to custom pixel value then adjust the height.
Best regards,
IsmaelHi!
The logo and menus are white so you have to change the header background. Add this in the Quick CSS field:
.header_color .header_bg { background-color: #000; }
Best regards,
IsmaelMay 27, 2015 at 7:35 am in reply to: Fullscreen Slider Caption Title Change Font & Disable Pause on screen #450451Hey Micheal0424!
Thank you for using Enfold.
The title in the slider is an h2 element so you can change the h2 element styling on Enfold > Advanced Styling panel. Use this in the Quick CSS field to disable the pause control:
.avia-slide-wrap { pointer-events: none !important; }
Cheers!
IsmaelHi!
Looks like you’re using a child theme. Did you add any files in there? If you edit any template files (header.php, footer.php etc) before, they are probably rendered useless when you update to 3.1.5. You need to override the files. Anyway, I tried to login to the site but the login credential above are not working. Please update the theme regularly.
Another thing, please increase the wp memory limit to at least 128M: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Cheers!
IsmaelHi!
That could happen on users with slower internet connections so enabling a cache plugin should help. I’m not sure if W3 Total Cache plugin is compatible with the wpengines’s cache system so you have to test it yourself. Or you can ask them.
Also, please try the solution provided here: https://kriesi.at/support/topic/masonry-gallery-images-stacking-on-top-of-each-other/#post-433895
It will trigger the resize event every two seconds and it will force the masonry items to position correctly. It will stop when the page finished loading.
Cheers!
IsmaelHey!
Did you remove the color swatch plugin or the script that renders the color selector? We need to see the actual element in order to fix the product page. Please reactivate it. http://thesportsshack.wpengine.com/product/2xu-mens-compression-shorts/ (hosted on WPengine)
Cheers!
IsmaelHi!
Did you use the blog posts element? Please post the login details here, we would like to check it. Make sure that you’re running Enfold 3.1.3 on WP 4.2.2.
Regards,
IsmaelHi!
Looks like you’re using a third party plugin for the events. I’m not sure why the sidebar layout is resetting to default but when I created a test page with the events shortcode, the sidebar option works: http://www.cascinamarchesa.com/test-page/
Just delete the default events page then use the test page instead.
Regards,
IsmaelHi rene80!
Thank you for using Enfold.
Let’s put it simply this way, if I am not mistaken, you can only use the images that are included when you import the dummy or demo data. Those images are free for you to modify, distribute even for commercial purposes, all without asking permission. If you see images in the demo page (http://kriesi.at/themes/enfold-overview/) that are not included in the demo data then you can’t use it.
Best regards,
IsmaelMay 27, 2015 at 6:32 am in reply to: #Anchor no longer scrolling smoothly and adding space at top of page #450431Hey!
You can’t change the url of the mega menu columns. You need to add an item inside the columns. Please do the same for the photos and video section links: http://www.gravitygroms.com/wp-admin/nav-menus.php
Check the new menu here: http://www.gravitygroms.com/
If you want the same styling for the mega menu items, use the Quick CSS field. The home and the camp menu are the same page(http://www.gravitygroms.com/wp-admin/post.php?post=11&action=edit). Was that intentional?
Cheers!
IsmaelHi!
It’s because of the thumbnail that is being used in the events template. Add this in the functions.php file:
add_action( 'after_setup_theme', 'ava_image_sizes', 10 ); function ava_image_sizes() { add_image_size( 'square', 260, 185 ); }
Regenerate the thumbnails: https://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
IsmaelHey!
You need to create a menu on Appearance > Menu then set it as Enfold Main Menu in the theme location. Only the menu items that you add in that menu will appear in the header. If you didn’t set the theme location, all created pages will be automatically added in the main menu.
Cheers!
IsmaelHi!
Did you copy it straight from your email? Make sure that the single quotes are intact and not converted to html characters. Please use this:
add_filter( 'avia_post_nav_settings', 'enfold_customization_same_cat' ); function enfold_customization_same_cat( $s ) { $s['same_category'] = true; return $s; }
Cheers!
IsmaelHi!
I can’t reproduce the issue on my end. Please post the login details here, set it as a private reply. We would like to check it.
Regards,
IsmaelHi!
Alright. I would like to login but the link above isn’t working. You have to switch to the EN language before you can edit the EN portfolio slug.
Regards,
IsmaelHi!
By button, you mean the slider controller button or do you want to add another button inside the slider? The whole slider image acts as a button. It is the link. If you want an actual button inside the slider, use the fullwidth easy slider, add a slide then go to the captions panel. Look for the Apply a link or buttons to the slide? then set it to one or two buttons. Unfortunately, you can’t use the full width easy slider in the default editor. What you can do is to generate the button shortcode then copy it in the easy slider’s caption text field.
Regards,
IsmaelHi!
Please remove browser cache then reload the page: http://smritiyoga.com/
http://smritiyoga.com/wp-admin/post.php?post=1691&action=edit&message=1
Best regards,
IsmaelMay 27, 2015 at 5:47 am in reply to: Slide-Show full with button not showing by small screen #450419Hey!
You can try the solution provided here: https://kriesi.at/support/topic/home-page-video-on-mobile-phone/#post-449787
Instead of the video element, add another slider with images specifically made for mobile device screens.
Cheers!
IsmaelHi!
It’s either hook in a wp_footer function inside the functions.php file or it was added directly in the footer.php file. Or it’s from a third party plugin.
Regards,
IsmaelHi!
You can use it like this:
[av_heading heading='& #034;Tania's Magnific& 045;Essence& #034;' tag='h3' style='' size='' subheading_active='' subheading_size='15' padding='10' color='custom-color-heading' custom_font='#5f3194'
Remove the space after the ampersand.
Cheers!
IsmaelMay 27, 2015 at 5:40 am in reply to: Problems with custom css and Gravity forms since the last update #450414Hi!
Is the Lightbox Modal Window setting enabled? You can find it in Theme Options panel.
Cheers!
IsmaelHi!
The mobile menu is working. It doesn’t really affect anything on the site, it’s just that the child theme doesn’t recognize the THEMENAME constant. Did you try the solution provided above? https://kriesi.at/support/topic/mobile-menu-33/#post-449861
Cheers!
IsmaelHey!
I’m sorry but you don’t have the latest version of the theme, 3.1.3. Sometimes, the automatic theme update api gets stuck. Current version in your installation is 3.0.8. Please try to update the theme via FTP. http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
IsmaelHi!
I actually didn’t do anything. I think you we’re looking on a cached version of the site when you checked it.
Cheers!
IsmaelHey bodhimcgee!
Thank you for using Enfold.
Use the advance layout builder or the shortcode wand. Add layouts elements in the page. Please take some time to review the Theme Documentation. If you can’t find what you’re looking for, don’t hesitate to let us know and we will be happy to assist you.
Best regards,
Ismael -
AuthorPosts