Forum Replies Created
-
AuthorPosts
-
Hey!
Is there an option where you can disable the JS minification? If not then try this one out, https://wordpress.org/plugins/w3-total-cache/. I think you should be able to turn off the JS minify settings.
Best regards,
ElliottHi ablando!
Navigate to Dashboard > Enfold > Header > Extra Elements and make sure the secondary menu, social icons, and phone number info are not set to display.
If it’s still not disappearing after that then send us a WordPress login and we’ll take a closer look.
Best regards,
ElliottHey Bastiaan74!
It looks fine on my Nexus 7. What device is your client using?
Regards,
ElliottDecember 2, 2014 at 9:47 pm in reply to: Add data attribute to image and slider via advanced builder to stop lazy load. #361787Hey pbennion!
It would take a lot of time and code to add an option for that. Instead what I would do is use a codeblock element and use plain HTML.
<div itemtype="https://schema.org/ImageObject" itemscope="itemscope" class="avia-image-container av-styling- avia-builder-el-0 avia-builder-el-no-sibling avia-align-center "><div class="avia-image-container-inner"><img data-no-lazy = "1" itemprop="contentURL" title="" alt="" src="#" class="avia_image "></div></div>As for the sliders.. does the lazy load really work with them? I wouldn’t have thought so. Unfortunately for those I don’t see an easy way of going about it for each image. You could add it to them all in the PHP code though.
Cheers!
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
December 2, 2014 at 9:39 pm in reply to: Replace Advanced Menu toggle icon with the word 'MENU' #361784Hi!
Thanks for the help Guenni007. Let us know if you have anymore questions wmsgeorge.
Cheers!
ElliottDecember 2, 2014 at 9:36 pm in reply to: Acessing custom fields from Types plugin for portfolio items #361781Hey!
You can see where we display the excerpt on line 473 in /enfold/config-templatebuilder/avia-shortcodes/portfolio.php.
$output .= !empty($excerpt) ? "<div class='grid-entry-excerpt entry-content' ".avia_markup_helper(array('context'=>'entry_content','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup)).">".$excerpt."</div>" : '';For the single portfolio view you can find that on line 27 in /enfold/includes/loop-portfolio-single.php.
the_content(__('Read more','avia_framework').'<span class="more-link-arrow"> →</span>');Cheers!
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hi buscofen89!
I’m not sure why you would want to disable that but you can do so by adding this to the bottom of your functions.php file.
add_filter( 'avf_builder_boxes', 'enfold_customization_remove_builder' ); function enfold_customization_remove_builder( $b ) { $b[0]['page'] = array(); return $b; }Best regards,
ElliottHey!
Thanks for the help Guenni007.
@rijnencreatie, Our special headings element lets you change the colors. As for the paragraphs you could try adding a class to them like so.<p class = "different-color2">Some text</p>And then use this CSS to style it.
.different-color2 { color: red !important; }Best regards,
ElliottHi!
Try this.
.grid-entry { border: 1px solid red !important; }Try this for the paragraphs.
body p { font-size: 20px !important; }Regards,
ElliottHi!
That’s not going to matter because Google does not see your localhost.
If I am still misunderstanding then take a screenshot and highlight what is going on so we can get a better idea.
Best regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hi pnacho!
Yes it would be best to update to the latest version of Enfold, 3.0.4. See here for updating, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Cheers!
ElliottHey!
There really wouldn’t be a point to do that. If your trying to use a toggle in between some text then just add a textblock, then your toggle beneath it, and then another textblock beneath that.
Or if that’s not correct then take a screenshot and highlight what your trying to do and we may be able to offer some suggestions.
Cheers!
ElliottDecember 2, 2014 at 8:53 pm in reply to: Show parent page above nested subpages in sidebar navigation #361758Hey!
Change the line to this.
$sidebar_menu .= '<span>'.get_the_title($parent).'</span>';And then add this to your custom CSS.
.inner_sidebar > span { font-size: 17px; color: #919191; }Best regards,
ElliottHi bkinckorea!
It’s not a supported feature yet but you can do this, https://kriesi.at/support/topic/displaying-custom-post-types-inside-of-the-avia-layout-builder/, to add it to your product posts.
Cheers!
ElliottHi!
Please see here, http://premium.wpmudev.org/blog/removing-category-base-urls-wordpress/.
Cheers!
ElliottHey!
I tried your video on my XAMPP setup and it’s working fine so I’m not really sure what’s going on there. Also, it seems like other videos work on your site but not the ones your linking to.
Let’s try completely deleting the theme before downloading + uploading a fresh copy.
Cheers!
ElliottHey!
It looks like it’s only happening in Firefox, is that correct? Try adding this to your custom CSS.
.avia-image-container-inner, .avia_image, .av-image-caption-overlay { width: 100% !important; }Cheers!
ElliottHey!
Do this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, to enable the debug view. You can then drag your shortcodes around to nest them inside each other.
Or you can switch to the default editor and use the magic wand button to insert the shortcodes and move them around.
It would look something like this.
[av_three_fourth first] [av_one_third first] 1 [/av_one_third] [av_one_third] 2 [/av_one_third] [av_one_third] 3 [/av_one_third] [/av_three_fourth]Regards,
ElliottHey!
It will show all published posts. Not sure about “approved”, that sounds like a plugin feature. You will need to contact the plugin author about that.
Best regards,
ElliottHey!
Image removed, let us know if you have any other questions.
Best regards,
ElliottDecember 2, 2014 at 7:24 pm in reply to: Avia Layout Builder broken on Portfolio Entries after moving the Excerpt Layer #361701Hi!
It looks like when doing it on your setup your getting a 404 on this.
http://213.33.97.34/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woffNot sure why that would be happening. I also noticed your theme options panel is not displaying correctly even though there are no javascript errors there.
Try creating a backup and then completely deleting Enfold and your child theme before downloading + uploading a fresh copy from themeforest.
Cheers!
ElliottHey volmering!
Try editing line 9 in the single.php file instead.
$title = __('Blog - Latest News', 'avia_framework'); //default blog titleAnd then use this plugin, https://wordpress.org/plugins/codestyling-localization/, and re-scan the theme texts and find that text to translate.
Regards,
ElliottHey Steven_Haines!
What happens in the default theme? Send us a WordPress login and we’ll take a closer look.
Cheers!
ElliottHey jimmymoto!
Try this.
$items .= geodir_get_post_info($entry['ID']);Best regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hi!
Try turning off image preload in the Misc tab of the slider settings.
Regards,
ElliottDecember 2, 2014 at 6:36 pm in reply to: questions regarding socket, changing fonts, testimonial element #361666Hey!
Try adding this to your custom CSS.
#top .aviaccordion-preview { top: 0px !important; left: 0px !important; }To copy it do this first, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, and then you can copy and paste the shortcode you see in the debug view.
Regards,
ElliottHey!
Alrighty, I see it on your blog page. It looks like your using Cufon to convert the Korean characters? Did you make sure to include the Korean glyphs when converting your font to Cufon?
It would probably be best to deactivate your Cufon plugin and have the Korean characters display with the default font.
Regards,
ElliottDecember 2, 2014 at 6:22 pm in reply to: Enfold Advanced Editor – I am unable to use the Text Box and Code Block #361654Hey!
Your getting a javascript error.
TypeError: this.getDoc(...) is undefined ...ody:function(){return this.bodyElement||this.getDoc().body},convertURL:function(...I would try contacting the plugin authors to see if they have any idea on what could be causing it.
Best regards,
ElliottHi!
Hmm, I’m not sure what your trying to do with a form plugin but that doesn’t sound like it’s going to work.
If your wanting to create a masonry gallery then you would just select the images you want to use from your media library when editing the element in the advanced layout builder.
Cheers!
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
-
This reply was modified 11 years, 1 month ago by
-
AuthorPosts
