Forum Replies Created
-
AuthorPosts
-
Thanks Basilis,
This would be some of the code:
#top #avia-menu > li > a:hover { background: transparent !important; text-decoration: underline; } #top #avia-menu > li > a:hover span.avia-menu-text { color: #574b41 !important; }
and even if I go:
#top #avia-menu > li > a:hover { background: purple !important; text-decoration: underline; } #top #avia-menu > li > a:hover span.avia-menu-text { color: lime !important; }
…it doesn’t have any effect.
This code is in styles.css
I can’t find the mentioned custom.css (Where would this be please or do I generate it myself?)
Thanks for your help.
S.Yes, you are right, and I treat that “Dissable Gutenberg” plugin as a workaround, awaiting an Enfold update with the solution to select which site builder to use.
I solved this as Idid the same thing thoughtlessly installing WP 5.0.
My solution to solve this issue was a plugin “Dissable Gutenberg” (before having to roll back to a previous backup). Plugin to be found here: https://de.wordpress.org/plugins/disable-gutenberg/
best
S.Hi all,
I installed WP 5.0 before having an idea that it would not be compatible with AVIA builder. My solution to solve this issue was a plugin “Dissable Gutenberg” (before rolling back to a previous backup). To be found here: https://de.wordpress.org/plugins/disable-gutenberg/
best
S.OMG …Rikard… yet again you saved lives!!! ;-)
It was too easy and I spend almost two weeks trying to figure that out!
Thanks to your good straight thinking and precise answer you can close the ticket!Thanks Yigit,
this seems to be no grid row element. To me it’s a simple (avia) 1/3 div with a textbox. The given structure is from the uploaded ‘law’ demo. There must be a way to alter the background color. I’ve been dealing with this problem for more then 2 weeks. Please can you be more precise on how to change the colors? I’ll provide admin access for you.
txs
S.Hi Jordan Shannon,
thanks, but that’s the only color I figured out myself by using:.entry-content-wrapper { background-color: purple; }
Yes purple is going to be replaced in the end…;-)
It’s the background-boxes around – ISO 27002 Compliance – Penetration Testing – PCI Compliance – that I can’t figure out,
any more ideas, how I can find out the classes? I also googled for other means to figure it out …the straight html source is to complex for me to understand… Yes I see the colors are in a div! But there must be a way to change color with a class… I desperately tried to use all (?) classes involved there:.flex_column av_one_third .av-animated-generic .left-to-right .no_margin flex_column_table_cell .av-equal-height-column av-align-middle .avia-builder-el-7 .el_after_av_one_third .el_before_av_one_third .column-top-margin .avia_start_animation .avia_start_delayed_animation .av-special-heading av-special-heading-h2 .custom-color-heading .blockquote modern-quote modern-centered .avia-builder-el-8 el_before_av_hr .avia-builder-el-first .av-special-heading-tag .special-heading-border .special-heading-inner-border { background:transparent!important; }
…didn’t work either…
November 2, 2018 at 6:23 pm in reply to: Issue with error @ preview: Warning: session_start() [function.session-start] #1029254Further playing around with this I found more errors that seemed to be related to the avia builder…??
As seen on other similar forum threats I added this line:add_theme_support('avia_no_session_support');
to the very end of the functions.php.
Problem seems solved, threat can be closed! Really great that this forum exists for this excellent theme!
- This reply was modified 6 years ago by beenee.
November 2, 2018 at 12:22 pm in reply to: Issue with error @ preview: Warning: session_start() [function.session-start] #1029119This reply has been marked as private.This is it!!! Thanks a lot!!! Great Job Nikko!!!
Ticket can be closed!Excellent! Works. One more quick question:
How would I alter the hover font color:#menu-plp-sidebar_menu li:hover ul.sub-menu { display: block; color: black; }
…doesn’t do anything…
Thanks
S.Mike, you are top!!!
I was really trying hard and never would have found the solution! This was very tricky and you solved it!!! Also finally got the right css code!
Thank you so much!
Problem solved, ticket can be closed!I tried in FF (62.02) which is taking all the other fonts.
Thanks Peter,
unfortunately it didn’t work. I tried it with additional (exaggerated) font-size, didn’t do anything….wpcf7 input, .wpcf7 textarea { font-size: 25px; font-family: 'Montserrat', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important; }
Sure you can close it! Thanks for all your good work!
Yes thanks Rikard, its the plp-sidebar_menu @ http://dev.plp-group.com/programmes/
I’d like to have just the main menu points displayed and the submenus on mouseover…
is that possible?Hi Mike, works brilliant!!! Thanks, problem solved!
I seem to have it somehow running, but I cannot modify the menu such as, Main Manu points on mouse over unfolding sub-topics…
Any ideas, somebody?Sorry, here it is:
initial page:
dev.plp-group.com/aboutI’d like to hide the logo here as well:
dev.plp-group.com/about-m
dev.plp-group.com/about-v
dev.plp-group.com/about-pOK this works well…! Thanks!
if I’d like to do the same for yet another page, how would be the syntax?#top.page-id-234 .iconbox_top .iconbox_icon { display: none; } #top.page-id-494 iconbox_top .iconbox_icon { display: none; }
…doesn’t work! In this example it works only for page-id-234
I’d like to hide them…
Thanks to Guenni007 the problem is solved and the topic can be closed.
@ guenni sorry und vielen Dank …habe dir vorhin einen Privat-reply gesendet, den du als “Participant” sicher nicht lesen kannt. Ich treff mich gerne mal zum fachsimpeln in Bonn wenns passt. schick mir ne mail auf (Email address hidden if logged out) und ich antworte mit meiner ‘anderen’ Mailadresse ;-)
Perfect, my bad. forgot to modify the class in the iconbox!
Thanks Guenni,
there is another extra function in my childs functions.php, would that be the right syntax (?):
<?php /* * Add your own functions here. You can also copy some of the theme functions into this file. * WordPress will use those functions instead of the original functions then. */ add_shortcode('avia_search', 'get_search_form'); function transfer_link_from_child(){ ?> <script> (function($){ $(".clickable").each(function(){ var theLink = $(this).find("a:first").attr("href"); if (typeof theLink !== "undefined"){ $(this).addClass("clickme"); $(this).on("click", function(){ window.location.href = theLink; }); }; }); })(jQuery); </script> <?php } add_action('wp_footer', 'transfer_link_from_child');
…it doesn’t seem to work though :-(
… and I admit that I’m not a PHP expert.Hi Victoria,
Thanks a lot!! Splendit:-) This works perfectly as it should on http://dev.plp-group.comI’m not shure why this doesn’t apply on the other side (It’s all in the quicksss: http://dev.plp-group.com/about/
Also on that page I tried to ‘hide’ the icons.
.plp_noiconbox a.iconbox_icon { display: none !important; }
…but it doesn’t work :-)Any ideas?
best
StefanExcellent!
That solved the color issue.How would I get the Icons ‘in the box’ as in the example image linked below. I need the icons as well as the text roughly 30 px down so they are in the box. Could you solve this as well?
Thanks Jordan, getting closer :-)
.plp-iconbox { position: relative; background-image: url('https://dev.plp-group.com/wp-content/uploads/2018/09/arrowbox.png')!important; height: 181px; background-position: center; background-repeat: no-repeat; background-size: cover; }
…this will set the image right sizing the box after the background image. As you can see I used a custom class…
I need to get the Icons ‘in the box’ and I need to get rid of the color (#f8f8f8) as you can see in the example result… I tried several background css tricks, but without success…
Would you know how to accomplish that please …?September 17, 2018 at 1:36 pm in reply to: Sidebar widget not showing full title and excerpt of post listing #1010739Thanks for the good support, topic can be closed!
September 17, 2018 at 12:03 pm in reply to: Sidebar widget not showing full title and excerpt of post listing #1010694TXS, that was easy;-) Sorry wasn’t aware of the screen options. Problem solved for now.
However as you said, this might be a good point in a feature request. Potentially this could also then have a time-function, where the post is vanishing once it’s lifetime has exceeded. -
AuthorPosts