Forum Replies Created
-
AuthorPosts
-
Hi lionel!
Add the code to the “caption text” section instead of using the pre built buttons.
Regards,
ElliottHi manu_ribera!
It is probably a javascript error. 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.
If your still having trouble then send us a WordPress login so we can take a closer look.
Cheers!
ElliottHi julianyoung!
So your wanting the 5 columns to stay even on small screens? You do not want them to stack on top of each other on mobiles? If so then you’ll want to use a grid row element and set the cells to 1/5 instead.
If I am misunderstanding then send us a link to your page so we can get a better idea of what’s going on.
Regards,
ElliottAugust 12, 2015 at 5:14 pm in reply to: Changing positioning of Title & Caption on a particular slide #486688Hey Paul!
Which slider are you using?
Best regards,
ElliottHi SolingLover!
Add this to your custom CSS.
.av-main-nav > li > a > .avia-menu-text { display: block; position: relative; transform: translateY(25%) !important; } .avia-menu-fx { height: 10px; background: red !important; }Best regards,
ElliottHi emeraldwave!
Not sure what was going on there. I deleted it and added it back in and saved and it’s working fine now.
Regards,
ElliottHey cthai!
You mean in your blog page instead of linking to the single posts the links would open up a new window?
Regards,
ElliottHi Jack86!
Add this to your custom CSS.
.content p a { color: red !important; font-style: italic !important; }Cheers!
ElliottHi stellaathome!
When you select an image to use in the media library it will show some information such as title, alt text, description, caption, etc etc. Make sure you fill out all of that information, the title, description, caption, etc etc.
Cheers!
ElliottHey jalmz!
I see your calendar but the title looks fine to me. Take a screenshot and highlight exactly what your trying to do so we can get a better idea.
Cheers!
ElliottHi ckoulatsi!
Not currently. It’s going to take a bit of time for the video to buffer depending on how fast your connection is.
Best regards,
ElliottHey LorbeerDesign!
Make sure not to use any tags for the title. If your trying to have the title display in all caps then we can use CSS for that.
If your not adding those tags in yourself then it’s most likely a plugin doing it. Deactivate all plugins and create a new page to see how it works.
Regards,
ElliottHey Charlotte!
Yes we use google fonts but that wouldn’t effect the site speed. You have 20MB worth of images loading on your homepage which is way too much. I advise splitting those images into separate pages and cropping / scaling them to reduce their file size.
You also have a lot of external scripts loading which are most likely from plugins so it would be best to deactivate any plugins your not using.
Best regards,
Elliott-
This reply was modified 10 years, 5 months ago by
Elliott.
Hey!
Try opening up /enfold/js/avia.js and change line 1010 from this.
var links = $(options.autolinkElements, this);To this.
var links = $(options.autolinkElements, jQuery('body'));Regards,
ElliottHi!
Yes it sounds like they are using javascript to focus the page on that section. You will want to talk with the plugin authors on how to remove it from the plugin.
Cheers!
ElliottHey!
Can you take a screenshot and highlight what your trying to do? Perhaps adding a transparent background to the text would work?
Regards,
ElliottHey!
I’m not sure. I would contact your hosting provider and let them know about this to see what they say.
Cheers!
ElliottHey gigoz!
You will need to contact Woocommerce support about that. Perhaps there is a filter that you can use but more than likely you would need to edit the plugin code and that’s outside the scope of our support.
Cheers!
ElliottHi Gero!
Not sure what you mean here. Send us a link to your page and take a screenshot highlighting what your trying to do so we can get a better idea.
Cheers!
ElliottHi vixen portia!
I recommend reading this, https://yoast.com/wordpress-robots-txt-example/, and installing the WordPress SEO plugin to do your SEO.
I’m not sure what you mean by virtual robots.txt file.
Best regards,
ElliottHi!
They will just display the regular product information that you set when editing your product so there is no need to edit them. You can only use them in product posts.
Cheers!
ElliottHey studiovinka!
Try setting a custom excerpt when editing the event. If you click on “Screen Options” in the top right hand corner of your screen you can check the excerpt field to display.
When writing the excerpt insert a
<br />to do a line break.Best regards,
ElliottAugust 12, 2015 at 3:15 pm in reply to: Hidden discount code on a button "Show code" and display it on button click #486607Hey Cenabarato!
What’s the javascript your using? Paste it here.
Regards,
ElliottHi riberusa!
We could give you some CSS to hide the overflow. Send us a link to your page and we’ll take a look.
Best regards,
ElliottHey!
Do this, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, and then drag the search widget to the header widget area and send us a link to your page and we’ll give you some CSS to move it around.
Cheers!
ElliottAugust 11, 2015 at 8:36 pm in reply to: WooCommerce not displaying all order in Enfold theme #486178Hey!
What happens in the default theme? You could send us a WordPress login and we can take a look but I would press Woocommerce support more about the issue as it seems to be related to the plugin.
Regards,
Elliott-
This reply was modified 10 years, 5 months ago by
Elliott.
Hey kboger!
It would be best to contact your hosting provider about this. It’s usually a problem with the server not being able to create sessions.
See here for more info, https://kriesi.at/support/topic/warning-session_start-function-session-start-help-asap-please/.
Best regards,
ElliottHey!
Yes, it looks like it’s coming from the style.css file around line 294. Add this.
dl.variation dd { margin: 0 12px 0 0 !important; }Regards,
ElliottHi!
Alrighty, let us know if you have any other questions.
Best regards,
ElliottHi!
Add this to your custom CSS.
@media screen and (max-width: 900px) { nav.main_menu { display: none !important; } #advanced_menu_toggle { display: block !important; } }You may need to play around with the 900px value.
Cheers!
Elliott -
This reply was modified 10 years, 5 months ago by
-
AuthorPosts
