This reply has been marked as private.
Hi there,
I think I solved this problem for the iPad portrait mode thanks to the link Yigit gave me (https://kriesi.at/support/topic/navigation-menu-on-ipad-portrait-view/#post-216753). But the thing is that even on my computer screen if I reduce the window of the browser, there is a point where menu and logo get one into another… There isn’t this on the demo, the menu goes to “mobile menu” just before menu and logo get smashed together. Thanks for your help !
Marie
http://eq59799.amanda6.nfrance.com/
Hi
Thanks for responding.
The header is one image – Made up of some hexagons (in the top left corner) and 2 logos
I would like the header to fill the width of the top section of the website (as per the image). The hexagons should be in the top left corner – These line up with the Social media icons – so potentially I would have to make this graphic a transparent PNG?
I can’t get the header to fill that top section of the page – It appears as though there are some margin’s in the way. Could you help?
Thanks
Lili
P.S At the moment the graphic on the site isn’t the one with hexagons. I didn’t want to swap them over – because it would mean I had to leave the header looking awful on the site. – If you can’t do it without the other header in let me know and I can swap them round.
Hey!
Please add following code to Quick CSS as well and adjust as needed
#top #header .avia_mega_div > .sub-menu { border: 5px solid blue; }
Regards,
Yigit
Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) {
.responsive #top .mobileMenu {
font-family: 'Oswald', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}}
Cheers!
Yigit
Hi Mohan-Iyer!
Can you post a screenshot? Both of the links did not loaded.
Regards,
Yigit
Hi kahangabriel!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust the text as needed
#top .av-masonry-load-more { color: transparent; }
#top .av-masonry-load-more:before { content: 'Your new text'; color: black; }
Best regards,
Yigit
I guess I mean is there a way to have the MAIN menu be at the bottom of the page with a working drop-downs (which would really be drop-ups I guess ha)
Some themes have the option to have the logo, and main header section at the bottom, with the “full screen” slider taking up 98% of the top of the page… Just didnt know if there was a way via Quick CSS to put the main menu header at the bottom instead of the top…
Thanks,
Eric
thanks again.
the fullwidth easy slider element is doing the trick !!
but
.someclass { margin-top: -10px; margin-bottom: -20px; }
doesnt change anything if i put it in quick CSS.
i did this in general styling. should i have posted this in the individual quick CSS fields ?
Hey Justin!
Please add following code to Quick CSS in Enfold theme options under styling tab
.page-id-2 .content {
padding-top: 5px;
padding-bottom: 5px; }
Regards,
Yigit
Hello,
we have your Enfold theme installed and wanted to add a floating call-to-action button, but we are experiencing some troubles.
What we did is, we added a button in the quick css section and this is our code:
#beta .avia-button-center {
position: fixed;
top: 150px;
left: 85%;
z-index: 9000;
}
#beta {
margin-bottom: -50px;
}
The problem is, the button disappears behind images, jumps a few pixels while scrolling (in Chrome) or text bolds (in FireFox).
You can check it out at http://zebra.bi/
Any idea how to make a more stable version of a floating button?
Any help will be greatly appreciated.
Thank you, and awesome job on the Enfold theme, we love it!
Hi!
You are going to need to hire a freelance developer for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.
Best regards,
Yigit
Ismael provided code that removes both image links, the first from the main blog page and the second from the full post page. Great!
Devin provided code that only removes the image link from the full post page in case you want only that link removed.
https://kriesi.at/support/topic/how-to-remove-a-link-to-the-original-image-from-a-featured-image/
#top.single-post .big-preview.single-big a,
#top.single-post .small-preview {
pointer-events: none;
cursor: default;
}
Thanks to Ismael and Devin! Jas
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
1-
.content, .sidebar {
padding-top: 20px; }
2- Please refer to my post here to move breadcrumbs under page title as it is on Kriesi.at https://kriesi.at/support/topic/long-titles-overlapping-breadcrumbs/#post-195768
Cheers!
Yigit
Hi,
I was trying to fix some hatom feed errors by applying the logic from this discussion:
https://kriesi.at/support/topic/woocommerce-flashlight-product-rich-snippets/
or http://urbanstoic.com/how-to-fix-google-hfeed-or-hcard-warnings
or http://fivera.net/hatom-feed-hatom-entry-error-wordpress-solution/
But I am uncertain how this should be solved within Enfold.
Would you have some directions for this please?
Thank you,
Frank
Hey!
I saw that you have started another topic on the issue. So i am closing this one to avoid confusion.
Cheers!
Yigit
• Possibility to add classes to Layout Elements
+1
Edit (Dude): Already supported – see: https://kriesi.at/support/topic/custom-css-class/#post-169149
Err, that only applies to *content* elements, not the *layout* ones. What I’d like to see would be custom classes for the columns etc.
Hi Marie!
Unfortunately, no. You can refer to this post to adjust the width to switch to mobile menu https://kriesi.at/support/topic/navigation-menu-on-ipad-portrait-view/#post-216753
Regards,
Yigit
Hi!
You can try adding following code to Quick CSS
.someclass { margin-top: -10px; margin-bottom: -20px; }
If you would like to decrease the margin even more.
And you should add Fullwidth easy slider element to your page and add “Slideshow background image” http://i.imgur.com/99khOJP.jpg
Cheers!
Yigit
Hey Spiv!
Can you post the link to your website so we can take a look?
Regards,
Yigit
Hi,
Maybe this has been asked before, but I find the search in this forum rather difficult (not possible to search on theme enfold only)
I want the languages not displayed as flags in the top bar, but simply the language code, eg NL EN FR
How can I achieve this? It seems the top bar selector doesnt hook with the WPML settings I choose.
Thanks
S
Hey!
Please add following code to Quick CSS instead
#top div .avia-gallery .avia-gallery-big { display: none; }
.avia_transform .avia-gallery-thumb img.avia_start_animation {
-webkit-animation: none;
-moz-animation: none;
-o-animation: none;
animation: none;
opacity: 1;
}
.avia_transform .avia-gallery-thumb img {
opacity: 1;
}
Best regards,
Yigit
Hi Dude,
First of all, Thx for the great support!
The other thread has been closed (https://kriesi.at/support/topic/need-help-on-masonry-portfolio-hover-figcaption/) so here is a new one. I have implemented the code you posted and its working great.. technically :)
I now have it displaying the woord: “array” or the when adding “, true” the id number of the custom field image appears. I have the feeling I am on the right track but havent been able to get to the end of the tunnel :) Just spent a few hours testing and reading documentation but still without success.
This is the code I have now displaying either array or the image id numer:
if(empty($this->loop[$key]['content']))
{
$this->loop[$key]['content'] = avia_backend_truncate($entry->post_content, apply_filters( 'avf_masonry_excerpt_length' , 60) , apply_filters( 'avf_masonry_excerpt_delimiter' , " "), "…", true, '');
}
$prev_img = get_post_meta($id, 'artist_logo', true );
if($prev_img) $this->loop[$key]['content'] = $prev_img;
Any idea what I need to change to output the actual image? Your help is greatly appreciated and I am sending a donation your way for sure!
Cheers,
Thomas Borkent
This reply has been marked as private.
hello,
I have a question about blogging template.
Where can I change the option galleries in a single post. Remove the large photo at the top, leave only the small images.
And how to remove the effect of the appearance of them, because the large amount of photos waiting on him for quite a while.
thanks for the help
I have tried the following solution but it didn’t work: https://kriesi.at/support/topic/product-details-page-layout/#post-88883
Perhaps the updates to woocommerce since then has made that solution ineffective.
Hi Guys
Do you have any code to stop the full width easy slider on the last slide. 1 loop and finish
Thanks
Pete
I’ve added the buttons from this thread https://kriesi.at/support/topic/sharing-buttons-displayed-everywhere/
And it works and more importantly looks great, however some of the buttons are in russian, like the mail and print icon aswell as all in the + icon
Does anyone know if it can be turned russian, or of a similar english service?