Forum Replies Created
-
AuthorPosts
-
Hi!
Send us a WordPress login so we can take a closer look at what’s going on.
Regards,
ElliottJuly 27, 2015 at 3:01 pm in reply to: Woocommerce product-category Title and Description not showing up #479096Hey!
It’s displaying fine on my end. If you want a title as well then just add a heading element in front of the text.
If I am misunderstanding then take a screenshot and highlight what your trying to do so we can get a better idea.
Cheers!
ElliottHi!
I cannot type those characters with my keyboard. Can you send us a link to the exact page so we can check? You can set your reply as private if you wish.
Cheers!
Elliott-
This reply was modified 10 years, 6 months ago by
Elliott.
Hey Tilman!
Add this to a codeblock element in the page content.
<style type = "text/css"> .av_font_icon a:hover { color: orange !important; } </style>Cheers!
ElliottHey Stefano!
Add this to your custom CSS.
@media screen and (max-width: 990px) { nav.main_menu { display: none !important; } #advanced_menu_toggle { display: block !important; } }Best regards,
ElliottJuly 24, 2015 at 8:32 pm in reply to: menu item falls outside full-width submenu on tablet size #478376Hey catchmikey!
Add this to your custom CSS.
.av-submenu-container { height: auto !important; }Cheers!
ElliottHi waveseven!
Try adding this to your custom CSS.
.slide-entry img { image-rendering: none !important; }Regards,
ElliottHey tutifruti!
Yes, see here, http://kriesi.at/documentation/enfold/custom-social-icons/, for how to add new icons to the theme and register them as social icons.
Regards,
ElliottHi Park53!
Add this to your custom CSS.
#socket .avia-builder-widget-area { left: 350px; position: absolute; top: 10px; }Cheers!
ElliottHey tdproperty!
I’m getting about 6.5 seconds. You have 1.8MB of images loading. They could probably be optimized a bit more.
A caching plugin such as wp supercache or w3c total cache is great for optimizing a wordpress site. A plugin such as BWP minify would help also for minifying the JS / CSS.
Cheers!
ElliottHey johnlotton!
We do not support third party plugins but we try and get as much compatibility as possible. Send us a WordPress login and we’ll take a look to see if it’s a quick fix.
A screenshot showing how to reproduce the problem would be great.
Best regards,
ElliottHey spmcfarland!
Try line 751 in the /enfold/framework/php/function-set-avia-frontend.php.
$range = 2; // only edit this if you want to show more page-linksRegards,
ElliottHi marinamcdonagh!
Your logo image is way too big so on smaller screens it’s going to run off the side of the page. You can set it’s width to 100% of the screen and it’s height to auto but then it’s going to be so small it’s not noticeable. There just isn’t a way to get such a large image to display nicely on small screens.
This CSS will help a bit though.
.logo { width: 100% !important; } .logo img { width: 100% !important; height: auto !important; }Regards,
ElliottHey dodswome!
What’s the CSS your using there?
Cheers!
ElliottJuly 24, 2015 at 5:17 pm in reply to: Disable product thumbnail image swap but keep default image hover effect #478305Hi!
Add this to your custom CSS.
.thumbnail_container:hover img { opacity: 0.5; }Cheers!
ElliottHey haydaw!
You would drag a codeblock element to your content and add this inside.
<span id = "customAnchor1"></span>And then link to that in the URL instead. i.e.
http://www.yoursite.com/sample-page#customAnchor1Best regards,
ElliottHey inchmasterflex!
You can use this to create an email link.
<a href = "mailto: (Email address hidden if logged out) ">Here is my email</a>Cheers!
ElliottHi jtalmeida54!
I checked your link but didn’t see anything out of the ordinary. If your site was hacked then completely delete the theme and download + upload a fresh copy and do the steps listed here, https://codex.wordpress.org/FAQ_My_site_was_hacked.
Regards,
ElliottHi!
Hmm, not sure what you mean by not pulling through the full width easy slider. Can you send us a link to so we can take a closer look?
Cheers!
ElliottHi Eric!
I didn’t see it in your source code. I ran it through the w3c validator and it couldn’t find it either so I assume you got it fixed.
Best regards,
ElliottHey Milan!
Try this out, http://kriesi.at/documentation/enfold/enable-cors/, to get rid of the squares.
Best regards,
ElliottHey!
I think that should be working. Add it back in and let us know when your done so we can take another look.
Best regards,
ElliottJuly 24, 2015 at 4:32 pm in reply to: serious problemo in post order! post not showing up, or arrows missing #478267Hi Anneloes1981!
I’m sorry but I am having trouble understanding. So on page “A” there is supposed to be more than 11 posts displaying there?
It’s not letting me login. Is the information correct?
Best regards,
ElliottHey Tobias!
I haven’t tested it but maybe something like this would work.
add_filter( 'avf_form_autorespondermessage', 'enfold_customization_auto_message', 10, 1 ); function enfold_customization_auto_message( $message ) { $message = "test"; return $message; }Regards,
ElliottHey!
That would take a lot of work. It would be smarter to just buy the plugin, http://codecanyon.net/item/accordion-slider-responsive-wordpress-plugin/full_screen_preview/7341927, and try to use it with Enfold.
You could contact them first to see if they can offer a refund in case there are issues and it does not work properly.
Regards,
ElliottHey!
Update Enfold to the latest version, 3.2.3, and then install a child theme, http://kriesi.at/documentation/enfold/downloads/, and activate it.
To add a new Google font you’ll need to do this, http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/. The code should be added in the child theme functions.php file.
Best regards,
ElliottHey!
Deactivating all of your plugins took care of most of the errors but there is still one left that I cannot figure out.
TypeError: this.on is not a function ...function(){l(c,d)},e.timeout)))};return this.on({"mouseenter.hoverIntent":m,"mou...It’s the script WordPress uses for the admin bar when your logged in. (you shouldn’t see any problems when your logged out)
Not sure what’s going on with that. The only thing I can recommend is to do a backup and reinstall WordPress.
Best regards,
ElliottHey!
Sorry, I forgot to add the “content”, otherwise it won’t display. Try this out.
#footer .widgettitle::after { background: orange none repeat scroll 0 0; content: ""; display: block; height: 5px; left: 0; position: relative; top: 5px; width: 40px; }Regards,
Elliott-
This reply was modified 10 years, 6 months ago by
Elliott.
Hey emin!
Add this to your custom CSS.
.product_meta { padding-bottom: 20px !important; }As for the facebook in your sidebar you are adding it inside a text widget inside your “Display Everywhere” widget area which like the name suggests will display everywhere. Your probably wanting to move it to the “Sidebar Blog” or “Sidebar Pages” widget areas.
Cheers!
ElliottHi thecszone!
Add this to your custom CSS.
#main > .container_wrap_first { border-top: 0px !important; }If that’s not working then send us a link to your page so we can take a look.
Regards,
Elliott -
This reply was modified 10 years, 6 months ago by
-
AuthorPosts
