Forum Replies Created
-
AuthorPosts
-
HI,
My fast fix with a Quick CSS so only defined ones will be around:
1. you activate custom CSS field => http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
2. you set to the custom ccss class from the button the css class name example nxh-roundbutton
3. in the Quick CSS you write.nxh-roundbutton .avia-button { border-radius: 50% !important; min-height:100px !important; min-width:100px !important; padding-top:44px !important;}
Info
The padding-top is is being computed 50% from min-height, here in the example then 50px and 50% from font-size at 13px font-size is 6 thus 50-6 = 44 and with the min-height and min-width you define the size of the round button ;)that’s all
best regards
Jörg :D- This reply was modified 7 years, 6 months ago by AgenturWP.
Hi Nikko,
sorry, i have it misunderstood was probably already too late and yes that works ;)I had the following solution installed at the customer the Colume Custon CSS class with name NotOpen and in its own plugin the following script (would also work in the functions.php)
function add_custom_script(){
?>
<script>
jQuery(window).load(function(){
jQuery(‘.NotOpen .av-masonry a’).each(function(){
jQuery(this).removeAttr(“href”);
});
});
</script>
<?php
}
add_action(‘wp_footer’, ‘add_custom_script’);So as a solution idea perhaps for others;)
thanks and best regards,
Jörg :DHI Nikko,
sorry the topic “https://kriesi.at/support/topic/masonry-gallery-not-working-2-2/#post-771510” is closed….Hi Rikard,
Thanks, so I have solved it for the customer, but normal users do not know such tricks;)
That’s why it should be improved;)best regards,
Jörg JägerHi Ismael,
sorry not the standard WordPress image settings are the problem, but the special settings in Yoast !!!! Look to my PDF Screen: https://agenturwp.com/wp-content/uploads/2016/08/Media-Problem-Enfold-Yoast.pdf
it is not possible to fill out the properly because the input fields are not present !!! This problem I have with the Free and Premium versions of Yoast with Enfold. With a default theme (Twenty Sixteen) it works. Strangely the Yoast fields such as exist in a video or PDF document…..Exactly this effect with Enfold, Yoast and images I have in all the installations on different platforms and server environments
Best regards
JörgHi Ismael,
sorry but the problem still exists. please look the a images (details) and then look to the Yoast Snippet Box, we can not enter a title :o with theme wordpress twenty sixteen, we have no problems. it is very interesting that, for example. with PDFs and videos works with Enfold only with images we have problems….Best regards
JörgSorry, wrong URL… important information attached
Hi Rikard
enclosed in the Privat Content the Details…Regards,
Jörg :)Hi,
perhaps too little memory limit, how high your limit. Because enfold goes well with Yoast.regards, Jörg
March 23, 2016 at 2:26 pm in reply to: Problem Enfold 3.5 Strechted Layout, Logo, Menue Sidebar left content center #602510Hi Kriesi Team,
das eigentliche Problem besteht immer noch auch in der aktuellen Release 3.5.1. Bitte entsprechend verbessern
Danke, Jörg :)
Hi,
Sidebar width
Enfold > Gerneral Layout > Dimensions
Change the “Content | Sidebar Ratio”Enter the following under General Styling in the Quick CSS:
.sidebar_left.sidebar {text-align: left !important;}Which borders you mean???
I hope it helps ;)
Jörg
March 21, 2016 at 9:33 pm in reply to: Problem Enfold 3.5 Strechted Layout, Logo, Menue Sidebar left content center #601513Hi Kriesi Team,
we have found the different, in the new version 3.5 you set in the layout.css line 335 this
.html_header_sidebar .container_wrap_first {
float: left;
}
and that causes the incorrect display.
We thus help to date so that we have defined the following in Quick CSS:
.html_header_sidebar .av_default_container_wrap, .html_header_sidebar .container_wrap_first {
float: none !important;
}Please fix the error in the next version
Jörg :D
- This reply was modified 8 years, 8 months ago by AgenturWP.
Moin Andy,
das hatte ich schon gefunden und damit komme ich in der Variante Sidebar links nicht zwischen Logo & Menü, weil es entweder über dem Logo steht oder unterhalb vom gesamten Menübaum….. Und ich müsste dringend zwischen Logo & Menü und möchte nicht hart im QUellcode rum ändern, da diese änderungen dann bei Updates immer weg sind, deswegen hätte ich gerne eine solche Lösung wie von dir beschrieben jedoch wie gesagt um zwischen Logo und menü zu kommen ;)web(wahn)sinniger Start in eine neue Woche
Jörg :)Hey Andy,
we installed a completely new installation WordPress and latest files of Enfold, activated No plugins and set NO Quick CSS and on the demo homepage under the menu this Seperator Whitespace with 20pixel defined and he is 120pixel again: O
look yourself http://test.agenturwp.com/Where now is the problem …?
best regards
JörgHi Rikard,
We have all plugins disabled and the CSS fix taken out, but the problem still exists, therefore it is a bug in Enfold. All plug-ins that are used take no influence on the layout (AntiSpamBee, iThemes, MainWP no more plugins install and all the plugins the latest version)
best regards
JörgHi Andy,
Thanks for the CSS code, yes now it works,
but at what conflict is exactly …. a plugin from me or from you?best regards,
JörgHi Yigit,
That’s still not correct solution, because now collapse the remaining distances, which is not to be….
I have it now again try in a graphic display my problem and it looks like real as if the separator under the header is a bug, because otherwise it works fine. But just below the header does not see image section 3, the setting and framing what happens from 1thank, Jörg
Hi Rikard,
sorry, which is not a good solution… :(
a) This solution can only work on one relevant page and not on all sides that we have created
b) and the residual content to the relevant page is also shifted :(thanks, best regards
Jörg :)Hi,
sorry write in english, the problem is the seperator whitespace directly below the menu, it is the frist content after the menu and the whitespace we say 10pixel, but on the page is this 110pixel :O no matter in the 1/1 Row or color section….thanky for help :)
Moin Ismael,
egal was ich direkt unter das die Header Packe ob direkt, in eine 1/1 Row oder Farb-Sektion es hat immer 100pixel + die Pixel ANzahl vom Seperator Einstellung :(
Ich hab da schon einiges probiert, scheint ein kleines Problem mit der Variante Boxed Modus zu sein, weil im Wide-Modus ist mir das so nch nicht aufgefallen….
Es hat was mit dieser Einstellung zu tun, aber wenn ich diese anpacke geht noch mehr kaput da es ja die Content Class ist :(
.content, .sidebar {
padding-top: 50px;
padding-bottom: 50px;
box-sizing: content-box;
min-height: 1px;
z-index: 1;}
Daraus resultiert die 100px höhe…. :( Ich hab aber keine Ahnung wie das für direkt unter dem Header verbessern soll ohne das das restliche Layout kaput geht….web(wahn)sinnige Grüße
Jörg :)April 17, 2015 at 8:23 am in reply to: Wrong display when write Posts with Advanced Layout Editor #430154Hey Ismael,
We create a NEW post with the Advanced Layout Editor, we do everything new, a Post Image which is to be displayed as a large image so save this post and on the blog site comes in this contribution is not the normal Blog layout on the Singel page. Made the same data in another post just using the default editor is everything as it should be. Therefore do not understand your statement: “You need to start from scratch.”????
We have over 70 older post must all be recreated ????web (maniac) regards
JayJay -
AuthorPosts