Forum Replies Created
-
AuthorPosts
-
November 27, 2015 at 5:49 pm in reply to: Categories or breadcrumbs on portfolio page (Enfold Photography) #543740
Hi!
Well, you could try this function, http://codex.wordpress.org/Template_Tags/wp_list_categories.
I suppose you could add it into the editor and use a plugin such as PHPExec, https://wordpress.org/plugins/exec-php/, so it can be used in the editor.
If that does not work then I would try creating a small shortcode for it, https://codex.wordpress.org/Shortcode_API.
Regards,
ElliottNovember 26, 2015 at 10:14 pm in reply to: Conflict between Avia Layout Builder and Yoast SEO #543422Hey profumopuntoit!
I haven’t seen any issues with it yet.
Please try deactivating all of your other plugins to be sure they are not causing the problem instead. Also be sure that Enfold is updated to the latest version, 3.4.4.
If your still having trouble then send us a WordPress login and we’ll take a look.
Cheers!
ElliottHi!
Yes, you can completely delete the theme before downloading + uploading a fresh copy. It will ensure all of your files are up to date and not corrupted.
Also be sure to read this, https://kriesi.at/support/topic/warning-session_start-function-session-start-help-asap-please/, for solving the session errors.
Regards,
ElliottHey Charlotte!
I’m not sure if that is from custom CSS or your using or not but try adding this to your custom CSS to overwrite it.
.home .template-blog + .avia-builder-widget-area { height: auto !important; }
Cheers!
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
Hey!
Perhaps the blog posts element would work then. You can set it to display portfolio posts instead of regular posts.
Best regards,
ElliottNovember 26, 2015 at 10:05 pm in reply to: sort categories on woocommerce single product page #543410Hey!
I see what you mean now. It’s more of a Woocommerce question than Enfold though so it would be best to contact Woocommerce support to see if it’s possible.
I found this in the Woocommerce support forums which may help, https://support.woothemes.com/hc/communities/public/questions/202932106-Single-product-category-display.
Regards,
ElliottHey FreshAirExhaust!
Your CSS will not be moved automatically. You will need to copy it over to the child theme stylesheet.
Or if your talking about your settings then after you activate the child theme navigate to Dashboard > Enfold > Import / Export and there will be a button for importing the settings from the parent theme.
Cheers!
ElliottHi!
In that case try using the “ava_before_bottom_main_menu” filter instead of the “ava_main_header”. That should place it inside the same container as the logo so it doesn’t go all the way to the right side of the page.
Regards,
ElliottHey!
Sorry, use this instead.
#ship-to-different-address label { font-size: 15px !important; }
Regards,
ElliottHey!
Is there an option in the plugin settings for disabling it’s CSS? Send us a WordPress login and we’ll take a closer look.
Cheers!
ElliottHi!
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 after doing the above two steps then send us a WordPress login and we’ll take a closer look.
Cheers!
ElliottHi!
Your HTML is a bit different. Remove the styling on the second image and add this to your custom CSS.
#socket .copyright { float: left; position: relative; width: 100%; }
And for the link surrounding the second image use this CSS instead.
style = "display: block; position: absolute; right: 0px; bottom: 0px; overflow: visible;"
Cheers!
ElliottHey solarmediapro!
It’s kind of a difficult thing to do with this layout. Try setting a background image to the “#after_submenu” div and have it repeat. You can use an image of 1 x 960 and have part of it made of two colors, one for the main content and the other for the sidebar. It should continue on down to the end of the page so both areas are colored.
I’m not sure how it would look on smaller screens though so you may need to add in extra CSS to change it’s position based on screen size.
Cheers!
ElliottHey Desire!
Please read this on how to further optimize the images, https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/image-optimization.
Also, a plugin such as BWP Minify would help in minifying the JS/CSS, https://wordpress.org/plugins/bwp-minify/.
Cheers!
ElliottHey Nathan!
Add this to your custom CSS.
.social_bookmarks a::before { font-size: 22px !important; }
Best regards,
ElliottNovember 26, 2015 at 6:25 pm in reply to: sort categories on woocommerce single product page #543335Hey koszachos!
I’m not really sure what you mean by “hierarchical order”. Do you mean you have some products set as sub categories?
You can change the default product sorting order in Dashboard > Woocommerce > Products > Display > Default Product Sorting.
Cheers!
ElliottHi Arthith!
The Masonry needs at least 2 columns so it can do it’s sorting. If you only need 1 column then it would be best to use the portfolio grid or blog post elements.
Cheers!
ElliottHey Richard!
We do not have any features that do this currently. You might be able to find a plugin or jQuery script that does this though, https://wordpress.org/plugins/search.php?q=image+rollover.
Cheers!
ElliottHey tvgverlag!
Add this to your custom CSS.
.avia-icon-list > li { padding-bottom: 0px !important; }
Cheers!
ElliottNovember 26, 2015 at 5:58 pm in reply to: turn off RWD, Menu disappeared (small size screen) #543322Hey decode!
I’m not sure what you mean by RWD. Can you send us a link to your page so we can take a look?
Best regards,
ElliottHey tvgverlag!
Try adding this to your custom CSS.
#footer .textwidget img { bottom: -60px !important; display: block !important; position: relative !important; } #footer .widget, #footer .textwidget { overflow: visible !important; }
Cheers!
ElliottHi dropios!
Send us a link to your page and we’ll see if we can get you some CSS to use.
Regards,
ElliottHey Picante!
Please see here, https://kriesi.at/support/topic/inline-popup-call-in-a-button/.
In the first post you can see how he created the link. The href points to the ID of the container you want to open up in the popup.
Regards,
ElliottHi Picante!
Did you use the layout builder? If so then you will need to create a custom excerpt when editing the post. If you do not see the excerpt field then click on “Screen Options” in the top right hand corner of the screen and check it to display.
Best regards,
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
Hi Jihad!
When you use the layout editor for your posts the excerpt does not get displayed. You can set a custom excerpt when editing the post though. If you do not see the excerpt field then click on “Screen Options” in the top right hand corner of the screen and check it to display.
Regards,
ElliottHi eviang!
Please try this out, http://kriesi.at/documentation/enfold/enable-cors/.
Regards,
ElliottHi Picante!
Add this to your custom CSS.
.avia-promocontent p { font-size: 17px !important; }
Regards,
ElliottHi stefprein!
We don’t have any randomly generated image scripts yet. But we do have shortcodes that can do random queries for posts. For example you could use our portfolio grid shortcode to display a couple of posts and set the query order to random.
Regards,
ElliottHi idoineconseil!
Try adding this inside a codeblock element in the page content.
<style type = "text/css"> .mc4wp-form-fields > p:nth-child(2) { margin-top: 33px; } .mc4wp-form-fields p { float: left !important; margin-right: 30px; } </style>
Regards,
ElliottHey FMuench01!
Most people use a coming soon or maintenance mode plugin, https://wordpress.org/plugins/wp-maintenance-mode/.
Best regards,
Elliott -
This reply was modified 9 years, 7 months ago by
-
AuthorPosts