Yes thank you! Topic solved!
Hi,
Great, glad you got it fixed and thanks for sharing the solution. Please let us know if you should need any more help on the topic.
Best regards,
Rikard
Hi,
It looks like you have a lot of white space on the top of that image? Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Regards,
Rikard
Hi,
Glad we could help, please let us know if you should need any more help on the topic.
Thanks,
Rikard
Hi,
Please try adding this to Quick CSS and adjust the values to your liking:
#top .title_container .container {
padding-top: 10px !important;
padding-bottom: 10px !important;
min-height: 56px !important;
}
You can upload screenshots to services like imgur.com or similar and then link to them here.
Best regards,
Rikard
Yeah that’s what they’re set at. Here’s what it’s looking like. There’s also artifacts at the top… How do I send a screenshot on here?
Hi Gary!
Your trying to change the logo for a certain page? If so then try this out, https://kriesi.at/support/topic/custom-logo-for-specific-page/.
Best regards,
Elliott
Hi Elliott,
Sorry the site is not live. But I included screenshots in the private data field.
1. If this can not be accomplished what would you recommend for a clean look that wouldn’t look odd since there is only 1 drop down.
2. If I want to get rid of the outline and shadow, how do I do that? currently I have in the Quick CSS the following but it isn’t working:
#top .sub_menu li ul {
border: none;
box-shadow: none;
}
Thank you
Z
Hello – the website is working. See links in private window – nothings changed.
To clarify, the slideshows should show behind the logo and menu on a desktop view but on the mobile its fine for it to be below it as it currently is. I look forward to a resolve at your earliest convenience.
Hi Unjordi!
When you edit the page click on the color section at the top and change it’s background.
Best regards,
Elliott
Hey pegasso4444!
You can use @font-face to use custom fonts. Here is a guide on how to get the fonts to be viewable in the Enfold style settings, https://kriesi.at/support/topic/installing-own-fonts/#post-421325.
Cheers!
Elliott
Hi natashacs!
You have them all unchecked in “Screen Options”. When you edit the page click on “Screen Options” in the top right hand corner and check them all to display.
Cheers!
Elliott
Hey!
Please ref to this post as mentioned by Ismael https://kriesi.at/support/topic/play-a-video-from-youtube-in-layer-slider/#post-449810
You can generate the video shortcode on a temporary post or page by using the shortcode wand. Copy it to one of the layer in the slider. You may not be able to see the video in the slider preview but it should work in the front end.
Hope this helps!
Cheers!
Vinay
i have alot of links on my page at the top. but on certain resolutions they run into the logo. How do I fix that?
thanks for you reply. with the code you suggested the effect that should appear on hover (desktop) or when you tap (mobile-android) appears right away on iOS (iPhone, iPad ). Meaning as soon as page loads color overlay and text (in my case) is on top of the image. This effect should be visible only when you tap on the image and it should load up together with the image. Any suggestions? Thanks again
hi,
I have some question (I’m using the very last version of Enfold and RTL):
1. Accordion slider doesn’t work on some mobile devices (like Galaxi 3, s3)
in old version of Enfold it’s working.
2. the dark background is too wide on desktop (on mobile it’s fine), how can I narrow it ?
picture:
http://goo.gl/9Nidyz
3. the hovering on the last menu item is different from the rest (the background is narrower and the line beneath is wider).
4. there is a RTL problem with the lightbox – the text might be in the right site:
http://goo.gl/Dkxy7N
thanks
Hey mocablue!
Would appreciate not to delete the post titles, as those topics with the solution help us with the search results!
Thanks a lot for your time and ofc for using enfold.
Regards,
Basilis
Hi,
I add to my page a HTML Code for Facebook Like button. It’s work right but when you click in Likebutton it’s show a Modal Popup and it’s dont show correctly
The Avia editor mixes with Facebook popup in the desktop version.
In the mobile version of Facebook popup is displayed above the right page.
They can help with the desktop version?
thanks
Regards
Okay, I just managed a fix. I think this is a little bug in Enfold so I suggest to fix it in a further release :)
# Override avia management of thumbnails.
# See : https://kriesi.at/support/topic/woocommerce-cayalog-page/
# See : https://kriesi.at/support/topic/woocommerce-archive-page-default-product-placeholder-not-showing/
add_action( 'after_setup_theme', 'enfold_woocommerce_child_theme_override' );
function enfold_woocommerce_child_theme_override()
{
remove_action( 'woocommerce_before_shop_loop_item_title', 'avia_woocommerce_thumbnail', 10);
add_action( 'woocommerce_before_shop_loop_item_title', 'avia_woocommerce_thumbnail_child_theme', 10);
function avia_woocommerce_thumbnail_child_theme($asdf)
{
global $product, $avia_config;
$rating = $product->get_rating_html(); //get rating
$id = get_the_ID();
$size = 'shop_catalog';
$gallery_thumbnail = avia_woocommerce_gallery_first_thumbnail( $id , $size);
$post_thumbnail = get_the_post_thumbnail( $id , $size );
// Get the default WC thumbnail if empty.
$post_thumbnail = empty($gallery_thumbnail) && empty($post_thumbnail) ?
$post_thumbnail = wc_placeholder_img(): $post_thumbnail;
echo "<div class='thumbnail_container'>";
echo $gallery_thumbnail;
echo $post_thumbnail;
if(!empty($rating)) echo "<span class='rating_container'>".$rating."</span>";
if($product->product_type == 'simple') echo "<span class='cart-loading'></span>";
echo "</div>";
}
}
Works fine now, yeah!
Hey!
Posting again on a topic, does bring it to the bottom of the line.
To assist you better, we will need to check your web site and also show us with a screenshot, which area you want to change or you are not satisfied.
Thanks a lot for your time and patience
Best regards,
Basilis
Thanks for your reply!
The following custom css code leads to the solution, that the text is below the logo:
/* General Custom CSS */
#header .widget {
left: 0;
position: absolute;
top: 0;
}
But unfortunately there are some issues maybe based on the length of the text, which is longer then the width of the logo. When I am decreasing the window size, then the menu entries superimpose on the text, and when the mobile menu appears then the text is cropped.
Can I handle these issues within the #header .widget css or do I have to adapt the logo css, and in which way do I have to do this?
Thank you again!
-
This reply was modified 10 years, 3 months ago by
Ph_Bl.
Hi, I would you like to make my website multilingual, so I want to add a languages bar in the header area (a bar with flag images and link them to different URLs when clicked), and I’m not going to use a plugin like WPML. I searched the archives to learn how I can add such bar, and found a post by Yigit in which he instructed that we should add code to the header.php file (and a couple of custom CSS lines) https://kriesi.at/support/topic/how-do-i-get-a-language-flag-on-the-top-above-the-search-bar/
The problem is, and I may be wrong, if we add any code to the header.php file, it will be erased with the first theme update. I’m using a child theme, but there is no header.php file in the child theme. So my question is, how can I add a flags bar to the header without it getting erased with the first theme update. Or let me know if there is any other solution, other than the one in the above link, for adding a flags bar to the header, thanks.
hi,
thanks….. i have checked my site on mobile and tablate there are some issue…
on mobile screen shopping cart basket is apear, i dont want to appear cart basket on any screen, desktop, tablate or smart phones…
please guide me how i will fix it…
“http://www.filemban.com/wp/”
thanks in advance.
Hello together,
I’ve got a problem. My website looks fine in Desktop version, but awful in mobile version.
The reason for this is, that I often use layout elements with 10% padding-left and 10% padding-right. The Desktop version works perfectly, but on the mobile version that’s too much wasted space.
Is it somehow possible to set the padding on mobile version everywhere to 0%?
Thanks in advance,
Leo
While product default placeholder is displaying fine in all other views (single, cart, recent products, etc.), it doesn’t show in the archive view.
The problem seems to be related with one of the last Enfold updates.
If I switch to another theme like TwentyFifteen, default placeholders are showing fine.
But with Enfold or my child theme, placeholders don’t show (there is no output where the image is supposed to be displayed).
I already tried this solution but it doesn’t work : https://kriesi.at/support/topic/woocommerce-product-without-a-product-image/
Enfold : 3.4.7
Child theme : yes
WordPress : 4.4.1
Thanks for your help!
Thanks you can close this topic.
Thanks you can close this topic.
Thanks you can close this topic.