Forum Replies Created
-
AuthorPosts
-
Hey glozemedia!
No, I don’t believe there is a way to export just them.
Regards,
ElliottHi blaircomm!
What’s the username for the login?
Best regards,
ElliottHi digitalammo!
Add this to your custom CSS.
.avia-slideshow-arrows { display: none !important; }
Regards,
ElliottJanuary 12, 2016 at 2:17 am in reply to: Extra HTML content on the right-hand-side of the header area #563596Hi jimsgr0up!
Do this, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, to add a widget area to your header. You can then drag a text widget to it and insert whatever you want to display in your header.
Cheers!
ElliottHey digitalammo!
You should be able to do that in the button settings but if you want to use CSS then try adding this inside a codeblock element in the page.
<style type = "text/css"> #av_section_1 .avia-button { background: black !important; } </style>
Regards,
ElliottHi afiqsyahmi69!
That is kind of bordering on custom work. It would be best to hire a freelancer to help you out with that customization.
Regards,
ElliottHey afiqsyahmi69!
I’m sorry but I’m not sure I understand. Can you send us a link to your page and take a screenshot highlighting what your trying to do?
Cheers!
ElliottHi colinredbond!
You can set a background image for your footer area in Dashboard > Enfold > General Styling > Footer.
Cheers!
ElliottHi Repbeth1014!
You can do this, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, to add a widget area to your header and then drag a text widget to it to display some custom content.
Regards,
ElliottHey codecreative!
You probably did this, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/.
Upload a fresh copy of the theme to get rid of it.
Best regards,
ElliottHi massder!
Add this to your custom CSS.
.av-rotator-text * { color: red !important; }
Regards,
ElliottHi Welmoed!
Try adding this to your custom CSS.
._50f7 { display: none; }
For the comments at the top.. is that a shortcode your using? It looks like your using it in a 1/5 column.
Regards,
Elliott-
This reply was modified 9 years, 2 months ago by
Elliott.
Hey Welmoed!
Your using Enfold 3.4.6. You’ll need to update to the latest version, 3.4.7.
Regards,
ElliottJanuary 11, 2016 at 2:49 am in reply to: what customization i will lost, if i update my ENFOLD Theme to Latest version ? #562855Hi Hafeez Ullah!
1. Yes, any files that have been customized will be overridden when updating unless you do them inn a child theme.
2. Your settings will stay the same.
Cheers!
ElliottHi stephen!
Yes there are backup plugins such as backupbuddy. I would try contacting your hosting provider to see if they have automatic backups scheduled. If not then you can always do a backup from the cPanel or whatever server admin software your hosting provider has installed.
Regards,
ElliottHey ACNLatitudes!
Add a
.page
in front of it like so..page .content { padding-top: 50px; }
Best regards,
ElliottJanuary 11, 2016 at 2:46 am in reply to: If i use Child Theme, and Enable the Auto Update Enfold from the Dashbaord ? #562850Hey Hafeez Ullah!
No, I don’t think it would. Leaving the Enfold name alone would be best.
Regards,
ElliottHey re_cap!
It looks like you attached a screenshot there. Are you referring to the links in the breadcrumbs? Or do you mean the regular menu?
Regards,
ElliottJanuary 11, 2016 at 2:34 am in reply to: Magazine element in avia builder to link to external site #562843Hey janicenisha!
Sorry but it would take a lot of time and code to implement so it would have to be considered custom work. You can contact Josue at his email in that thread or consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest we may see some options get added in a future update.
Cheers!
ElliottHey Draidel!
Try this out, http://kriesi.at/documentation/enfold/enable-cors/.
Best regards,
ElliottHey toonstar!
I’m not sure. There is supposed to be a placeholder for it also but I don’t see that either.
Have you tried contacting the plugin authors? Perhaps you need to use HTTPS? I noticed a couple of warnings regarding HTTPS.
Cheers!
ElliottJanuary 11, 2016 at 2:27 am in reply to: How to also show Gravatar (author profile pic) on mobile #562839Hey janicenisha!
Add this to your custom CSS.
@media screen and (max-width: 767px) { .template-blog .blog-meta { display: block !important; float: none !important; } }
Cheers!
ElliottHey!
You can hide it with this CSS.
.template-blog .entry-content { display: none !important; }
Also, if you wanted to increase the thumbnail size then you can do so around line 100 in the /enfold/functions.php file.
Cheers!
ElliottHi!
Can you send us a link to the exact page? I tried looking around but could not find the table.
Cheers!
ElliottJanuary 10, 2016 at 3:44 am in reply to: Woo commerce only works when I'm logged into the Admin panel #562576Hey!
It’s not redirecting me anymore but when I try to edit the “online-orders” page it just times out for me. Contact your hosting provider to check to see if everything is ok.
Regards,
ElliottHi!
Send us a WordPress login and we’ll take a look.
Cheers!
ElliottHi rimlightstudio!
That’s kind of bordering on custom work.
You can see where they are sorted around line 190 in the /enfold/functions-enfold.php file.
//if we got posts resort them by post type $output = ""; $sorted = array(); $post_type_obj = array(); foreach($posts as $post) { $sorted[$post->post_type][] = $post; if(empty($post_type_obj[$post->post_type])) { $post_type_obj[$post->post_type] = get_post_type_object($post->post_type); } }
I imagine pages comes before posts naturally because of alphabetical order.
Maybe something like this might work.
$copy0 = $sorted[0]; $copy1 = $sorted[1]; $sorted[0] = $copy1; $sorted[1] = $copy0;
Best regards,
ElliottHi tcoach84!
Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
Also be sure to deactivate all plugins while testing. If your still having trouble then send us a WordPress login and we’ll take a closer look.
Cheers!
ElliottHi envisageiam!
That’s a grid row element. It will go full width of the screen by default.
Cheers!
Elliott -
This reply was modified 9 years, 2 months ago by
-
AuthorPosts