Forum Replies Created
-
AuthorPosts
-
Hi danielvanloosbroek!
Are you sure you have not selected custom colors to use on the promo box? That is the only element I see that has a different color and looking in the source code it appears you have set custom colors in the promo box settings.
Best regards,
ElliottHi mcraig77!
Send us a link to your page and we’ll see if we can get you some CSS to use.
Best regards,
ElliottHey shefferz!
Can you send us a link to your page so we can take a look? You can set your reply as private if you wish.
Best regards,
ElliottHi marianacullen!
Change the WordPress language to spanish, “es_ES”, https://premium.wpmudev.org/blog/how-to-change-the-default-language-in-wordpress/, and the theme texts will change automatically as we already have a spanish translation included.
Regards,
ElliottFebruary 5, 2016 at 2:50 am in reply to: Google not indexing site. Server 500 error undefined function get_header() #578154Hey artcave2!
Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. That should fix it.
Best regards,
ElliottHey thatryan!
You mean have the sub menu links aligned to the center of the submenu? Can you send us a link to your page so we can take a look? You can set your reply as private if you wish.
Best regards,
ElliottHi mcraig77!
Add this to your custom CSS.
input[type="submit"]:hover { background: rgba(255,255,255,0.9) !important; }
Cheers!
ElliottHey thatryan!
You can try either of these hooks.
ava_main_header ava_before_bottom_main_menu ava_inside_main_menu ava_after_main_menu
Cheers!
ElliottHi koraytastan!
Not sure if that would work but you could try this.
'linkedin' => array("encode"=>true, "encode_urls"=>false, "pattern" => "http://linkedin.com/shareArticle?mini=true&title=<strong>".do_shortcode('[page_num]')." - blablabla</strong>"),
Or maybe store it as a variable like so.
$page_num = do_shortcode('[page_num']); 'linkedin' => array("encode"=>true, "encode_urls"=>false, "pattern" => "http://linkedin.com/shareArticle?mini=true&title=<strong>".$page_num." - blablabla</strong>"),
Regards,
ElliottHi tescioneangelo!
It looks responsive on my end. Do you mean on mobile screens you want to display one column instead of two?
Is this some custom CSS your using?
@media only screen and (max-width: 767px) #top #wrap_all .avia-gallery-thumb a { width: 50% !important; }
Best regards,
ElliottHey Javier!
You can use this CSS to create a text shadow, http://www.w3schools.com/cssref/css3_pr_text-shadow.asp.
Which texts are you trying to style?
Cheers!
ElliottFebruary 4, 2016 at 4:08 am in reply to: Left-right navigation of portfolio item ignores portfolio category. #577516Hey liquidsociety!
Try this out, https://kriesi.at/support/topic/avia-post-nav-with-the-same-category/.
Cheers!
ElliottHey AgenceKineka!
In the later Enfold versions it’s in /enfold/config-templatebuilder/avia-shortcodes/helper-masonry.php around line 142.
Cheers!
ElliottHey vitolya!
I see you have the red underline setup but I do not see any sub menus to compare it to. Can you take a screenshot highlighting your intentions?
Regards,
ElliottHey DuncanMilne!
Sounds like something to do with the revslider. Is the plugin updated? Does your revslider work ok in a page on it’s own?
Best regards,
ElliottHey nealwalsh!
Add this to your custom CSS.
.portfolio-preview-image { width: 40% !important; }
Regards,
ElliottHey pavolob!
Is it only happening on a certain page? If so then try deleting / recreating the page to see if that fixes it.
It could be that your using some weird code in the page. Double check all of your code for typos and to make sure your tags are closed properly, etc etc.
Best regards,
ElliottHi sensiblekaren!
What does the code look like? If it’s just a script then try adding this to your child theme functions.php file.
add_action( 'wp_footer', 'enfold_customization_footer_scripts' ); function enfold_customization_footer_scripts() { ?> add your scripts here <?php }
Cheers!
ElliottHi Poirot!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Cheers!
ElliottHi unicaweb!
Add this to your custom CSS.
.logo, .logo * { max-height: 250px !important; }
Best regards,
ElliottHi nb20084!
Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
3. If your using a child theme then activate Enfold instead of it to see if the problem is in your child theme.
Cheers!
ElliottHey Krissie!
I don’t see it. Can you take a screenshot highlighting what your seeing?
If it’s happening on a certain page then send us a link to the exact page.
Cheers!
ElliottHey jmthom3!
Let’s try the following.
1. Deactivate all plugins.
2. Activate Enfold instead of your child theme.
3. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
Best regards,
ElliottHi mrcityrunner!
Create a new page and add a layerslider or other slider to the top of it. Next drag the blog posts element beneath that and set it to use the blog grid style with 2 columsn.
Cheers!
ElliottFebruary 4, 2016 at 3:34 am in reply to: Vertical align fontello font icons with text in text block #577486Hey 1039 Online!
Add this to your custom CSS.
.avia_textblock .av_font_icon { top: -5px; position: relative; }
Cheers!
ElliottHi user951!
You would need to use the default editor if it’s important to you. Keep in mind it has no effect on your actual site SEO. Search engines can still see your content just fine.
Cheers!
ElliottFebruary 4, 2016 at 3:32 am in reply to: Blog Page Only display page one even though there are over 80 pages #577484Hi erica8956!
It looks like your using Enfold 3.2.3. You’ll need to update to the latest version, 3.4.7. Also make sure WordPress is updated.
Cheers!
ElliottFebruary 4, 2016 at 3:30 am in reply to: Masonry Gallery Overlay – Mouse over – Effekt opacity #577483Hey holgers-fotos!
You can customize that in Dashboard > Enfold > Advanced Styling. It’s the “Linked Image Overlay” option.
Cheers!
ElliottHi enktesisllc!
Try this CSS out.
.widget { margin-bottom: 0px !important; }
If that is not working then send us a link to the page and we’ll take a look.
Cheers!
ElliottHey sitibus!
Yes, you can do this in Dashboard > Enfold > General Styling > Body Background.
Regards,
Elliott -
AuthorPosts