Forum Replies Created
-
AuthorPosts
-
Hi kieranvyas!]
Thank you for using Enfold.
Please add this in the Quick CSS field.
#top #wrap_all #socket .social_bookmarks li:hover a { background-color: transparent; }Best regards,
IsmaelHey kallekleinschmidt!
Thank you for using Enfold.
I’m sorry but you cannot set the link of the Special Heading element automatically. If you want, you can enable the title container in the Header > Header Layout > Header Title and Breadcrumbs settings.
Best regards,
IsmaelHey!
Please add something like this in the Quick CSS field.
@media only screen and (max-width: 767px) { #top #wrap_all .header_color.av_header_transparency .social_bookmarks { color: #000000; } }Best regards,
IsmaelHey!
The site jumps back to the top after the page fully loads. Did you add any modifications to the theme? Please post the FTP details here. We would like to do a few tests.
Cheers!
IsmaelHey!
Please post the code on pastebin.com and we’ll test it on our own installation. Or post the login details here.
Cheers!
IsmaelHey AlexSavarino!
Thank you for using Enfold.
Did you see any errors after updating the page? Which page exactly? Please provide the url to the page so that we can inspect it. And post the login details in the private field.
Regards,
IsmaelHey!
Please add this in the Quick CSS field.
#header_main .logo { top: -30px; } #header_meta { z-index: 1; }Best regards,
IsmaelDecember 12, 2016 at 6:09 am in reply to: How to display Nested Sub-Pages in Widget Area in a Custom Layout #722931Hey Jill,
Thank you for using Enfold.
I’m sorry but the page is not loading. Is that the correct url? Did you set some page hierarchies?
Best regards,
IsmaelDecember 12, 2016 at 5:09 am in reply to: Import Enfold demo as a hidden draft page accessible by subdomain. #722914Hi,
Thank you for the info. Please post the login details here so that we check it. The shortcode field should be visible below the advance layout builder.
Best regards,
IsmaelHi,
I have no idea. What exactly do you mean by server cache? How can I find out?
Please ask your hosting provider. If you check the functions.php file, you can see the filter with the var_dump function but it’s not affecting the site. It should at least display NULL if the variable is empty but it’s not doing anything.
Best regards,
IsmaelHi,
.
Thank you for using Enfold.
@grafixstudio: Please try the snippet that @bborsi provided.
@bborsi: Thanks for the help! :)Best regards,
IsmaelHey federico177,
Thank you for using Enfold
Please ask your hosting provider to increase the post_max_size value. You can also set it in the .htaccess or the php.ini file.
Best regards,
IsmaelHi,
I’m sorry but the login credentials are not working. And I can’t reproduce the issue on my end no matter what kind of date format I set.
@TigerLineGolf: Thanks for sharing! I hope it helps OP.Best regards,
IsmaelHi,
The advance layout builder is having issues because you’re using a very old version of the theme, 3.4.7, which is not compatible with WordPress 4.6.1. Please update the theme to the latest version, 3.8.1.
Best regards,
IsmaelHi,
Those are the dummy widgets. They will display if the widget areas are empty. Please go to the Appearance > Widgets panel then add a blank text widget in the “Displayed Everywhere” widget area.
Best regards,
IsmaelHi,
How are you loading the fonts? Please try this in the functions.php file.
add_action('wp_head','hook_font'); function hook_font() { $output = "<link rel='stylesheet' id='avia-google-webfont' href='//fonts.googleapis.com/css?family=Open+Sans:300,700' type='text/css' media='all'/> "; echo $output; }Adjust the href value.
Best regards,
IsmaelDecember 11, 2016 at 7:35 am in reply to: Logo sliding up when scrolling down. (sticky logo?) #722789Hi,
You can use Rikard’s css code to hide the logo on scroll.
.header-scrolled .logo { display: none !important; }Unfortunately, it’s not possible to move it up on scroll.
Best regards,
IsmaelHi,
Great! Glad that you found a workaround for it. Thanks for sharing.
Best regards,
IsmaelHey steviger,
Thank you for using Enfold.
It’s possible but you have to modify one of the parent theme files. Edit the js > avia.js file, look for this code around line 1246.
currentLink.bind('mouseenter', function()Replace it with:
currentLink.bind('click', function()Best regards,
IsmaelHi,
after entering the password they receive from me, it will take them to their respective page to view their images.
Yes, I think those plugins will help but you will have to allow or restrict the users manually if you’re planning to create a custom page for each user.
Best regards,
IsmaelHi,
Replace the single quote with quotes.
<?php echo do_shortcode( "[av_portfolio columns='1' one_column_template='default' items='1' contents='no' preview_mode='auto' image_size='portfolio' linking='' sort='no' paginate='no' query_orderby='rand' query_order='DESC']" ); ?>Best regards,
IsmaelHey pimroll,
Thank you for using Enfold.
Where did you add the full width slider? In the slider’s Captions panel, you can modify the color of the buttons. Look for the “Button 1 Color” and the “Button 2 Color” if you enable the second button.
Best regards,
IsmaelHi,
Glad that you found a solution. In the future, maybe you can use these plugins to clean the database.
// https://wordpress.org/plugins/wp-optimize/
// https://wordpress.org/plugins/advanced-database-cleaner/Best regards,
IsmaelHi,
I’m sorry but it’s not possible with the theme. You can try the layer slider but it’s full width. If you can create a test page with the plugin, maybe we can fix the border issues.
Best regards,
IsmaelDecember 11, 2016 at 6:37 am in reply to: How to make enfold-social-share-buttons availabe for other custom post types #722780Hi,
Please post the login details here so that we can check it further. For the social share, please use this instead.
add_action('tribe_events_single_event_after_the_content', 'tribe_events_single_event_after_the_content_mod'); function tribe_events_single_event_after_the_content_mod() { echo do_shortcode("[av_social_share title='Share this entry' style='' buttons='' custom_class='']"); }Best regards,
IsmaelDecember 11, 2016 at 6:29 am in reply to: Enfold Blog layout do not work in English Language #722779Hi,
I checked one of the posts and the lightbox is working.
// http://www.4ward4x4.com/new-4ward4x4-online-shop/
Best regards,
IsmaelHi,
The easiest solution is to set the background-size property to “cover”. This will force the background image to cover the whole container.
#av_product_description .av-parallax-inner { background-size: cover; }If you’re not satisfied with the result, you can create multiple images for each category then apply it on different screen sizes by using css media queries which is a bit inconvenient.
Best regards,
IsmaelHi,
Thank you for the info.
You need to modify the taxonomy-portfolio_entries.php file. Unfortunately, you cannot use the advance layout builder to edit the archive pages.
UPDATE: One workaround is to redirect the archive page to a custom page. However, you have to create a custom page for each portfolio category.
Best regards,
IsmaelHi,
I’m sorry but you forgot the link or url to the site. Please provide that info in the private field. Did you add any css modifications?
Best regards,
IsmaelHi,
This should work.
Redirect 301 http://zorbas.synology.me/wordpress/underholdning/ http://zorbas.synology.me/wordpress/graesk-dans/Or use the following plugins.
// https://wordpress.org/plugins/redirection/
// https://wordpress.org/plugins/simple-301-redirects/Best regards,
Ismael -
AuthorPosts
