Forum Replies Created
-
AuthorPosts
-
Hey Antonio!
Whenever you use fullwidth elements in the page the sidebar will always display beneath them. You can use the “Widget Area” element inside the columns to simulate a sidebar.
Best regards,
ElliottHi Wilmer!
Actually there shouldn’t be any arrows there either. All I see if question marks inside the link tag. Your using ASCII codes right? What is the exact code your using?
Best regards,
ElliottHey D5WDesignGroup!
Add this to the codeblock.
<style type = "text/css"> #after_layer_slider_1 { display: none !important; } </style>Best regards,
ElliottSeptember 4, 2015 at 4:06 pm in reply to: Stop contact form from disappearing after submission #498461Hey theoriginaljordan!
On line 2823 in the /enfold/js/shortcodes.js file you’ll see where the code is for having it slide up after submitting.
form.slideUp(400, function(){responseContainer.slideDown(400, function(){ $('body').trigger('av_resize_finished'); }); send.formElements.val('');});Best regards,
ElliottHi Valerie!
Add this to your custom CSS.
.avia-content-slider-element-container { margin-top: 0px !important; }Cheers!
ElliottSeptember 4, 2015 at 3:51 pm in reply to: Place an image betwen the top of page and the header #498450Hi Steph!
Send us a link to your page and take a screenshot highlighting the exact area your wanting to customize so we can get a better idea.
Cheers!
ElliottHey!
Try changing line 166 in the /enfold/includes/loop-index.php file from this.
$excluded_taxonomies = apply_filters('avf_exclude_taxonomies', array('post_tag','post_format'), get_post_type($the_id), $the_id);To this.
$excluded_taxonomies = apply_filters('avf_exclude_taxonomies', array('post_format'), get_post_type($the_id), $the_id);Cheers!
ElliottSeptember 3, 2015 at 5:51 pm in reply to: Mansory Posts – "Load more" calls for secured passward-protected page. #497855Hey roeioved!
Hmm, not sure what we will be able to do here. You will probably need to turn off the AJAX portfolio option if you want to keep it blocked.
Regards,
ElliottSeptember 3, 2015 at 5:44 pm in reply to: File to change the speed of the fullscreen slider transitions #497839Hey Kris1711!
Try line 3913 in the /enfold/js/shortcodes.js file.
transitionSpeed:900,The value is in milliseconds so 1000 = 1 second.
Cheers!
ElliottHey fixedopsinsight!
It says your using the wrong facebook URL. Is that a plugin? If you want to remove it then just deactivate the plugin or add this to your custom CSS.
.main_sidbar_slide { display: none !important; }Best regards,
ElliottHi unclemurray!
Your site is asking for a login.
Best regards,
ElliottHey Matt!
Add this to your custom CSS.
#socket .social_bookmarks { float: none !important; margin: -10px 0 0 30px; position: absolute !important; left: 50%; transform: translateX(-50%); }Regards,
ElliottHi Jan!
You can add it below line 28 in the footer.php file.
<div class='container'> <h3>Text</h3>Regards,
ElliottSeptember 3, 2015 at 5:34 pm in reply to: Add 5 different Google track codes on button submission #497826Hi EuroInfoSys!
Your doing this? http://kriesi.at/documentation/enfold/add-onclick-event-to-the-contact-form-submit-button/
You can target separate pages like so.
add_filter('avf_contact_form_submit_button_attr','avia_add_submit_attributes_to_cf', 10, 3); function avia_add_submit_attributes_to_cf($att, $formID, $form_params){ if ( is_page( 12 ) ) { $att = "onclick=\"_gaq.push(['_trackPageview', '/VP/XXX/XXX']);\""; } if ( is_page( 13 ) ) { $att = "onclick=\"_gaq.push(['_trackPageview', '/VP/XXX/XXX']);\""; } return $att; }And change “12, 13” to the IDs of your pages.
Cheers!
ElliottSeptember 3, 2015 at 5:29 pm in reply to: SEO Yoast plugin suggesting no images on page – any suggestions why? #497821Hey Annemarie!
It’s because your using the layout builder and that plugin does not recognize content inside it, only the default editor. You don’t have to worry though, it does not effect your SEO at all, search engines can still see it fine on the front end.
Cheers!
ElliottHi Phillipwatts!
Perhaps this plugin will work for you, https://wordpress.org/plugins/wordpress-random-image/.
Best regards,
ElliottSeptember 3, 2015 at 5:26 pm in reply to: Masonry – adding a post featured image changes text justification #497819Hey DigitalEssence!
It depends on the image size. If you want to change the size manually then edit the Masonry and change the style and add “portrait” or “landscape” tags to the posts if you want them to display as doubles.
Regards,
ElliottHey bkoehler235!
I see you have a background image set on the alternate content section. If you want a background on the header then be sure to set it in the “Logo Area” tab instead of the “Alternate Content” tab.
Best regards,
ElliottHi 500Webmaster!
If you have three tabs then drag a codeblock element to your page content and add this inside.
<style type = "text/css"> .tab { width: 33.3%; } </style>And adjust it for however many tabs your using.
Best regards,
ElliottSeptember 3, 2015 at 5:17 pm in reply to: Manson page can't read textblock elements to show below the photos #497812Hi mobimaxx!
Send us a link to your page so we can get a better idea of what’s going on.
Make sure your using the latest version of the theme, 3.3.2, and that all plugins are deactivated while testing.
Regards,
ElliottHey!
@dickdick, Please do not double post, https://kriesi.at/support/topic/display-portfolio-items-on-one-line/.Best regards,
ElliottHey Dirk!
Your facebook plugin is adding some CSS code which is causing that.
.responsive, .responsive span, .responsive span iframe[style], .responsive span img { width: 100% !important; }You can use this to overwrite it.
#top .text-sep { width: auto !important; }Best regards,
ElliottHey!
If you have purchased the LayerSlider plugin and want to update it you can copy the “LayerSlider” folder into /enfold/config-layerslider/ to update it. We do not include the latest version with every update.
Best regards,
ElliottSeptember 3, 2015 at 5:08 pm in reply to: How to modify the Enfold standard navigation menu? #497805Hey MadRhino!
You can edit the menu styling in Dashboard > Enfold > Advanced Styling.
For the little underscore add this to your custom CSS to remove it.
.avia-menu-fx { display: none !important; }Regards,
ElliottSeptember 3, 2015 at 5:04 pm in reply to: Advanced Layer Slider code shows up in search results instead of description #497803Hi MadRhino!
Install this plugin, https://wordpress.org/plugins/wordpress-seo/, and set the title and description for your homepage.
Regards,
ElliottHey Aristidis!
On line 130 in the /enfold/includes/loop-index.php file you should see this.
$blog_meta_output = "<a href='{$link}' class='post-author-format-type'><span class='rounded-container'>".$gravatar.$icon."</span></a>";Change it to this.
$blog_meta_output = "<span class='rounded-container'>".$gravatar.$icon."</span>";Best regards,
ElliottHey!
Looks fine on my end. Clear your browser cache.
Or if your trying to do something else then take a screenshot and highlight your intentions so we can get a better idea.
Best regards,
ElliottHey xxtita!
Try commenting out line 621 in the /enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php file.
//$items .= "<h3 class='av-masonry-entry-title entry-title' {$markup}>{$the_title}</h3>";Best regards,
ElliottHey xxl!
I’m seeing six categories on my end. If you are limiting the posts per page (or using the load more button) then it will only show the categories for the posts on the current page.
Best regards,
ElliottHi scottmlogan!
It looks like your manually displaying the dates and other meta info in a textblock element. I think you should really be using regular posts for that. They will still display the excerpt so not really sure what you mean there.
Are you trying to change the category meta information to display tags instead?
Best regards,
Elliott -
AuthorPosts
