-
Search Results
-
Topic: Top Bar in Enfold Theme
Hey, I just bought your theme again (also becouse of your support here).
I have positioned your drop-down search (search icon on top right) in the header. You can see it here:
http://testing.webdesigner-hh.de/The problem is when scrolling down, the search-icon will disappear. The search icon should stay on the same position. I try a lot but cannot solve this problem.
In private content you will find access data. Can you please have a look?
HI!
My desktop page looks great and now I try to edit the mobile version. Is it all CSS-based or is there a plugin or spot in the theme where I can do that? What if I want to add a slide show for mobile instead of a video on desktop. Can I add a section that is only visible on mobile/desktop?
Thanks!
Best,
HannaHi.
I am using Multilingualpress to translate my sites.
But now I am experiencing a problem with enfold. When I copy content from one page to another using the Multilingualpress translation block at the bottom of my page, nothing is copied in the translated page, the new page is empty. This happens only when I use Advanced Page Builder in my original page.In this post you wrote that there are no major issues, but I disagree.
Riccardo
Am trying to change the background colour of the boxed layout on this test site am doing.
In GENERAL STYLING -> BODY BACKGROUND tab i have the correct body background colour i wish to use which is
#006941 green colour, but its still showing a dark grey colour for some unknown reason?Any ideas why this is happening please and a fix for this?
Thanks,
Topic: WooCommerce and site logo
Hey guys!
Here’s an interesting issue: I used your code snippet for a mobile-only logo which I now use and it’s great (see here: http://kriesi.at/documentation/enfold/change-logo-on-mobile/)
Mobile shows the smaller logo – great; desktop and iPad show normal logo – great!
However, when I go to my Shop page on iPad or Desktop I get the small (mobile) logo instead of the normal one.
The shop page is here: https://www.swarez.co.uk/shop/
For any other (non-Woo based page) go here: https://www.swarez.co.uk/Any ideas?
Thanks
EdI have a sidebar on the right on the product page (Woocommerce). The problem is that it is showing the sidebar page widgets instead of the single product page widgets.
I added to functions.php the following
// adjust settings on init
add_action(‘init’,’ava534345953_init’, 50);
function ava534345953_init() {
add_action( ‘woocommerce_after_single_product_summary’, ‘avia_add_sidebar’, 25);
}function avia_close_image_div() {
echo “</div>”;
}function avia_add_sidebar() {
if(is_product()) {
$avia_config[‘currently_viewing’] = “shop_single”;
get_sidebar();
}
}And I added to Quick CSS
.single-product-main-image {
width: 25%;
}.single-product-summary {
overflow: hidden;
width: 45%;
float: left;
margin-right: 5%;
}.single-product .sidebar {
width: 25% ;
}#top div.product .woocommerce-tabs {
width: 75%;
float: left;
}
Viewing 30 results - 87,991 through 88,020 (of 142,855 total)
