Forum Replies Created

Viewing 30 posts - 91 through 120 (of 221 total)
  • Author
    Posts
  • in reply to: Position and formatting Menu fonts #1047963

    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.

    in reply to: Avia Layout builder vs Gutenberg #1042520

    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.

    in reply to: WordPress 5.0 and Enfold 4.5 #1042497

    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.

    in reply to: Avia Layout builder vs Gutenberg #1042496

    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.

    in reply to: Trying to find css class #1035120

    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!

    in reply to: Trying to find css class #1034621

    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.

    in reply to: Trying to find css class #1032850

    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…

    Further 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.
    This reply has been marked as private.
    in reply to: custom menu in widget area on main content #1015045

    This is it!!! Thanks a lot!!! Great Job Nikko!!!
    Ticket can be closed!

    in reply to: custom menu in widget area on main content #1014658

    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.

    in reply to: Tricky styling with Enfold menu color and logo #1013280

    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!

    in reply to: Customise font in contact form 7 #1013098

    I tried in FF (62.02) which is taking all the other fonts.

    in reply to: Customise font in contact form 7 #1013057

    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;
    }
    in reply to: Customise field color of footer form fields #1013031

    Sure you can close it! Thanks for all your good work!

    in reply to: custom menu in widget area on main content #1013021

    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?

    in reply to: Customise field color of footer form fields #1012977

    Hi Mike, works brilliant!!! Thanks, problem solved!

    in reply to: custom menu in widget area on main content #1012784

    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?

    in reply to: Iconbox background image #1012033

    Sorry, here it is:
    initial page:
    dev.plp-group.com/about

    I’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-p

    in reply to: Iconbox background image #1011932

    OK 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

    in reply to: Iconbox background image #1011882

    I’d like to hide them…

    in reply to: Iconbox href whole box #1011851

    Thanks to Guenni007 the problem is solved and the topic can be closed.

    in reply to: Iconbox href whole box #1011850

    @ 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 ;-)

    in reply to: Iconbox href whole box #1011844

    Perfect, my bad. forgot to modify the class in the iconbox!

    in reply to: Iconbox href whole box #1011825

    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.

    in reply to: Iconbox background image #1011817

    Hi Victoria,
    Thanks a lot!! Splendit:-) This works perfectly as it should on http://dev.plp-group.com

    I’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
    Stefan

    in reply to: Iconbox background image #1011043

    Excellent!
    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?

    in reply to: Iconbox background image #1011032

    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 …?

    Thanks for the good support, topic can be closed!

    TXS, 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.

Viewing 30 posts - 91 through 120 (of 221 total)