Forum Replies Created
-
AuthorPosts
-
Hey muhannadessam!
Can you send us a link to one of these demo pages that your referring to? This will let us know exactly which element your talking about.
Best regards,
ElliottHey!
That would take a lot of time and code and would have to be considered custom work. If it was me I would just insert an image element at the top of your page. It’s the same thing.
Regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hi interage!
Do you have this in your child theme stylesheet?
.avia-builder-el-4 { display: none !important; }Cheers!
ElliottHi aerospec!
This would be possible if they were pages but since your using them in portfolio posts WordPress is not displaying any classes for the current menu item.
You could try adding this inside the content of each post to style them different.
<style type = "text/css"> .widget_nav_menu .menu > li:nth-child(3) > a { color: red !important; } </style>That code will change the third link color to red.
Best regards,
ElliottHi!
Yep.
Best regards,
ElliottApril 23, 2015 at 8:07 pm in reply to: How can i show the full image in blog featured image? #433723Hi norman1!
In the /enfold/functions.php file around line 127 you should see this.
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entriesYou can increase the height there and then regenerate your thumbnails, https://wordpress.org/plugins/regenerate-thumbnails/.
Regards,
ElliottHey!
It looks like it’s because your using Cloudflare with W3 Total Cache. Try turning that off and then refresh your browser cache.
You need to update your plugins, there are quite a few that are outdated.
Best regards,
ElliottHi!
It could be one of your plugins or your robot.txt is blocking the Googlebot from viewing your site resources, https://developers.google.com/webmasters/mobile-sites/mobile-seo/common-mistakes/blocked-resources?hl=en-US&utm_source=MFT&utm_campaign=MFT&utm_medium=incoming-link.
Try deactivating all of your plugins and then temporarily delete your robots.txt file to see what happens.
Best regards,
ElliottApril 23, 2015 at 6:13 pm in reply to: enfold vs yoast breadcrumbs, schema markup and some google testing tool errors #433664Hi!
I see. It looks like we need to add the itemprop = “url” to each link in the menu. Not sure if there is going to be an easy way to go about that. We’ll have to use a menu walker.
I’ll go ahead and let our devs know about this and we’ll see if we can get something worked out in a future update but for now it’s safe to leave it alone as it’s just a warning.
Cheers!
ElliottHey SirValeq!
I’m not really sure I understand. It sounds like it’s custom work though.
Can you take a screenshot and highlight what your trying to do? If you have two columns there is no difference between two rows. They will still be in the same order. Or are you trying to order them from top -> down -> left -> right? That would take too much time and code to implement so it would have to be considered custom work.
Best regards,
ElliottHey jropchan!
I couldn’t figure out which version of Enfold your using. If it’s not the latest, 3.1.3, then be sure to update. Also try activating just Enfold instead of your child theme to see if it’s a problem with your customizations.
Also be sure to deactivate all plugins while testing and clear your browser cache.
Best regards,
ElliottHey!
For the blog posts element there is an option where you can set to display the excerpt or the full post content.
You said the thumbnails are not displaying? I checked your category magazine-articles and the thumbnails are displaying fine for me. Send us a link to the page where they are not displaying so we can get a better idea.
Best regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hey!
I’m on Windows 8 as well. I checked in Chrome and Firefox but I do not see it. Is your zoom setting set to 100%?
Cheers!
ElliottHi AvionicsSource!
I don’t think we have any other way. If there is a certain page your looking for then send us a link and we’ll give you the codes to use.
Regards,
ElliottHey!
The Masonry Gallery is only designed for displaying images. Changing that would take a lot of time and code and would have to be considered custom work. You can have a video open up in the popup when you click on the images though like Ismael suggested.
Best regards,
ElliottHey!
I’m sorry but it’s hard to understand. Send us a link to your page and take a screenshot highlighting what your trying to do and we’ll check if it’s possible.
Best regards,
ElliottHi AvionicsSource!
I’m not sure about bbPress but I think they both use the WordPress user system so they should be compatible with each other. I would try asking the plugin authors to be sure.
Cheers!
ElliottHey Bruno!
I’m not sure if something like that is going to be possible. It would take quite a bit of changes to implement. Regardless you could create a feature request here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest then we may see something get added in a future update.
Best regards,
ElliottApril 23, 2015 at 5:19 pm in reply to: Prevent ActionScheduler Comments inside your Combo Widget #433617Hey!
It seems like it’s plugin related though. We flagged this for Kriesi so please wait to hear from him.
Best regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
April 23, 2015 at 5:16 pm in reply to: WooCommerce single product page sidebars not showing up. #433613Hi!
Some Woocommerce widgets such as the price filter will not display unless you actually have some products displayed on the page that you can filter between.
If you add a normal widget such as “Custom Menu” or “Meta” to the sidebar you will see it displays anywhere you use it.
Regards,
ElliottHi!
I checked your link and the theme your using looks similar to Enfold but the markup is completely different and it says the theme name is “Voice”?
If you are indeed using a highly customized version of Enfold then there is not much we can do to help you out here. The problem is most likely from one of your customizations. Or if your using a different theme then please switch back to Enfold so we can take a look.
Regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hey!
That’s going to take a lot of time and code and would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization.
Best regards,
ElliottHi Simplify!
You forgot the link to the demo page so I’m not sure which style your trying to use. You can change the archive style in Dashboard > Enfold > Blog Layout > Blog Style. The archives use the same style as the blog.
Regards,
ElliottHey codecreative!
I couldn’t figure out which version of the theme your using. If it’s not the latest, 3.1.3, then be sure to update.
Also be sure to deactivate all plugins and clear your browser cache while testing.
If your still having problems then send us a WordPress login and we’ll take a closer look.
Cheers!
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hi!
Try this instead.
<?php add_theme_support('avia_template_builder_custom_css'); function inline_popup_enabler(){ ?> <script> (function($){ $(window).load(function() { $('.inline_popup a').magnificPopup({ type:'inline', midClick: true }); }); })(jQuery); </script> ?> } add_action('wp_footer', 'inline_popup_enabler');Cheers!
ElliottHi Zarrougt!
Try adding this to your custom CSS.
#top.avia-blank { position: relative !important; margin: 0px auto !important; max-width: 1000px !important; }You may need to set the background yourself. You can add a codeblock element to your page and add this inside.
<style type = "text/css"> html { background: red !important; } </style>Best regards,
ElliottHey Ikyo!
Try this.
.fa:hover:before { }See here for more info, http://stackoverflow.com/questions/5777210/how-to-write-hover-condition-for-abefore-and-aafter.
Best regards,
ElliottHi!
When you copy the embed code from youtube.com change the width / height in the embed code. Or you can use our video shortcodes which will have it fit automatically.
Cheers!
ElliottApril 23, 2015 at 4:35 pm in reply to: My blog page won't display posts properly after using 'advanced layout editor' #433578Hey nickyandrews1!
If you use the advanced layout editor for your posts then they behave kind of like a page. The comments, post title, post meta, etc etc, does not display and in the blog list there will be no excerpt. This is to give the user complete control over how stuff gets displayed.
You can setup a custom excerpt when editing your post but if that feels like too much work then it would be best to just use the default editor when writing your posts.
Best regards,
ElliottHey!
Well in the link you provided it looks like it has a name and email input in the left column and a textarea in the right column aligned to them. You have quite a lot of fields in your forms so I’m not really sure what your trying to do. Take a screenshot and highlight your intentions so we can get a better idea.
Cheers!
Elliott -
This reply was modified 10 years, 9 months ago by
-
AuthorPosts
