Forum Replies Created
-
AuthorPosts
-
Hey neotemplates!
Thank you for using Enfold.
Replace this code:
//get the sidebar get_sidebar();With this:
//get the sidebar echo "<aside class='sidebar sidebar_".$sidebar." ".$sidebar_smartphone." ".avia_layout_class( 'sidebar', false )." units' ".avia_markup_helper(array('context' => 'sidebar', 'echo' => false)).">"; echo "<div class='inner_sidebar extralight-border'>"; dynamic_sidebar('events'); echo "</div>"; echo "</div>";Regards,
IsmaelHi David!
Thank you for using Enfold.
Are you referring to the Portfolio Items? This is a custom post type. If you want to know more about the subject, please refer to wp codex: http://codex.wordpress.org/Post_Types
Best regards,
IsmaelOctober 10, 2014 at 7:27 am in reply to: How to make the blog posts feature images link to the post and no the image #333708Hey!
Please add this on functions.php:
add_filter( 'post-format-image', 'avia_image_slideshow_filter_2', 10, 1 ); function avia_image_slideshow_filter_2($current_post) { $prepend_image = get_the_post_thumbnail(get_the_ID(), 'large'); $image = ""; if(!$prepend_image) { $image = avia_regex($current_post['content'],'image'); if(is_array($image)) { $image = $image[0]; $prepend_image = '<div class="avia-post-format-image"><img src="'.$image.'" alt="" title ="" /></div>'; } else { $image = avia_regex($current_post['content'],'<img />',""); if(is_array($image)) { $prepend_image = '<div class="avia-post-format-image">'.$image[0]."</div>"; } } } else { $large_image = get_the_permalink(get_the_ID()); $prepend_image = '<div class="avia-post-format-image"><a href="'.$large_image.'">'.$prepend_image."</a></div>"; } if(!empty($prepend_image) && is_string($prepend_image)) { if($image) $current_post['content'] = str_replace($image, "", $current_post['content']); $current_post['before_content'] = $prepend_image; $current_post['slider'] = ""; } return avia_default_title_filter($current_post); }Best regards,
IsmaelHi!
Please add this on Quick CSS or custom.css to fix the google map marker tooltip:
.gm-style-iw { overflow: auto !important; }The mail form field looks the same now. Please check http://fortiusfitness.dk/insider/ and http://fortiuspersonaltraining.dk/insider/. Remove browser cache or hard refresh the page.
Best regards,
IsmaelHey!
@marcelmontel: Please post the url to the actual page. We would like to check it.Cheers!
IsmaelHey DROR!
Thank you for using Enfold.
Can you give us a link to the actual page where you’re testing this? I can’t seem to reproduce the issue on my end. Custom colors and custom size, both for Heading and subheading is working fine.
Best regards,
IsmaelHi!
You can use this on Quick CSS or custom.css to hide the image:
.page .page-thumb { display: none; }Best regards,
IsmaelOctober 10, 2014 at 7:05 am in reply to: How to remove the PayPal logo and "what is PayPal link" from checkout? #333694Hey!
Please use this:
li.payment_method_paypal img { display: none !important; }Regards,
IsmaelHey ayanasoul!
Thank you for the heads up.
Are you experiencing any issues with the theme? I’ll ask Kriesi to take a look.
Regards,
IsmaelOctober 10, 2014 at 6:50 am in reply to: Visual layout editor not loading – unable to edit pages. #333684Hey!
Glad it is working now. If you still have questions, let us know. :)
Regards,
IsmaelHey Fabio!
Thank you for using Enfold.
I’m sorry but you can’t import a single demo page. Please switch the advance layout builder to debug mode. Edit function.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }Refer to this link for more info: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
This is the About Us page shortcode: http://pastebin.com/gg2F5e18
Regards,
IsmaelOctober 10, 2014 at 6:45 am in reply to: Lightbox not working when w3 Total Cache Plugin Activated #333681Hi!
Thank you for the update. Did you enable the W3 minify settings? Please disable it then test it again.
Cheers!
IsmaelHey!
Thank you for the login info but I get a Forbidden error when I access the page. Please check.
Best regards,
IsmaelHey!
Please add this on functions.php to disable the theme’s default WPML flags:
add_action('after_setup_theme','avia_remove_main_menu_flags'); function avia_remove_main_menu_flags(){ remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 ); remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 ); remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10); }Regards,
IsmaelHi!
Please add this for the facebook icon:
#top #wrap_all .av-social-link-facebook:hover a{color:#fff; background-color:#37589b; }Cheers!
IsmaelHi!
Thank you for the info. Yes, please post the server info. If possible, please give us FTP access. We would like to check it. Kriesi has been notified regarding the issue. Please wait for his response.
Regards,
IsmaelOctober 10, 2014 at 6:11 am in reply to: Slider / Bilder Effekt "Gitternetz" ? / Page in Page #333668Hey Dominik!
Thank you for using Enfold.
I translated the inquiry using google translate but its still a bit unclear to me so I’ll ask Dude and Andy to take a look. If you can translate the question to english, that would be great. Thanks.
Cheers!
IsmaelHi silviouk!
Thank you for using Enfold.
Please post the link to the actual page. We would like to check it. For the meantime try to go to Appearance > Widgets, remove the Categories widget. See if that changes anything.
Cheers!
IsmaelHi!
Please resize the image to 702x192px then upload it again. The image will be exactly nested inside the container without css resizing.
Best regards,
IsmaelOctober 10, 2014 at 6:03 am in reply to: Control Button on Content Slider Centered Below sliding content #333663Hey erussell!
Thank you for using Enfold.
Do you mind if we take a look at the actual page? Do you want to separate the prev and next button? A screenshot of what you’re trying to do will help.
Best regards,
IsmaelHi!
You need to change the title of the images on Media > Library panel. You can also change the title before you insert the images on the masonry gallery.
Best regards,
IsmaelHey!
Somehow the script found the buttons attractive and attach itself to them. Ha! Just kidding. Not sure why it’s happening. Anyway, glad it’s OK now. :)
Cheers!
IsmaelHey BrianBookwalter!
Thank you for using Enfold.
Please use the do_shortcode function. Refer to this link: http://codex.wordpress.org/Function_Reference/do_shortcode
Best regards,
IsmaelOctober 10, 2014 at 5:49 am in reply to: Latency when hovering from one menu item to the next #333658Hi!
Thank you for the info.
Please delete this code on Quick CSS:
.sub-menu, .avia_mega_div { opacity: 0.92 !important; }Remove browser cache then reload the page.
Best regards,
IsmaelHey!
Thank you for the info.
Please use this on Quick CSS or custom.css:
.mejs-time-rail { max-width: 491px !important; }Adjust the max width if necessary.
Cheers!
IsmaelOctober 10, 2014 at 5:44 am in reply to: Advanced Layer Slider – display still image at certain width? #333654Hi!
Is that all the code that you have on the custom css area? Please post the login details here. Set it as a private reply. We would like to check it.
Best regards,
IsmaelOctober 10, 2014 at 5:42 am in reply to: Remove the "Dummy/Demo content" from my WordPress Site #333653Hi!
Unpublished pages are basically non-existent so it’s OK to keep them if you want to use it in the future.
Cheers!
IsmaelOctober 10, 2014 at 5:39 am in reply to: Fullwidth Easy Slider not working on mobile devices #333652Hi!
Please remove browser cache then reload the page a few times. Mobile devices cache pages automatically. Also, please purge the plugin cache. If you have a minify plugin, disable it first.
Regards,
IsmaelHey marienoisette!
Thank you for using Enfold.
I’m sorry but you lost me on the “one column” part. Yes, it is possible to use the Fullwidth Submenu as anchor menu. Add it on the page where you want to create a single page navigation. Insert Color Sections to correspond with the anchor menus that you added on Fullwidth Submenu. Please review the single page navigation documentation.
Cheers!
IsmaelOctober 10, 2014 at 5:30 am in reply to: Tab in custom page template: how to make them work on mobile? #333647Hi!
I’m sorry but why do you need to create a template? Note that you can save this kind of template using the advance layout builder. Create a starting template then look for the Template button. Click Save Entry as Template. You can then reuse it on different pages if that’s what you’re trying to do.
Regards,
Ismael -
AuthorPosts
