Forum Replies Created

Viewing 30 posts - 1 through 30 (of 90 total)
  • Author
    Posts
  • in reply to: Top Bar – Extra Elements for Phone/Extra Info #1187911

    Thanks Rikard – that worked!

    cheers

    in reply to: Top Bar – Extra Elements for Phone/Extra Info #1187610

    Thanks Rikard

    I’ve got 2. working well!

    No luck with 1. Social icons hover though?

    Cheers

    in reply to: Top Bar – Extra Elements for Phone/Extra Info #1187218

    Thanks Rikard!

    I’ve got that all working well. Just a couple of tiny tweaks…

    1. Is there any way to control the Social hover states to one single color?

    2. On mobile, the hamburger menu and Phone/Email links display well. However on desktop when reducing the browser down to similar width, the hamburger menu gets pushed over the logo by the Social icons (which are removed from display on Mobile which is good). Is there a way to disable the Social icons on desktop at that view port like on mobile?

    Screengrab here >>
    https://ibb.co/5jzhwC1

    in reply to: Top Bar – Extra Elements for Phone/Extra Info #1187165

    HI
    The tel and mailto links are working correctly on the sit ebelow – thanks.

    Just need to know how to:

    1. Add fontawesome icons before those links such as
    <i class=”fas fa-phone-alt”></i>

    2. How to increase size of social icons and phone/telephone font size and colours. I’ve tried this code but it doesn’t work….
    /* Phone info font size */
    .phone-info { font-size: 18px; }

    3. How to change top bar background color

    Thanks

    in reply to: Top Bar – Extra Elements for Phone/Extra Info #1187033

    Thanks Rikard

    WIll give that a shot. Couple of other queries for you…

    1. Was looking at using FontAwsome and an icon such as: <i class=”fas fa-phone-alt”></i>
    2. Where do I control the font colour/size and the background color of the nav strip?

    Thank you

    Hi Ismael
    Are you talking about this url and details below or WP Admin? It’s working fine here.

    Hi Ismael
    The shortcode is added into a Code Element – same as per the ‘Inspire’ Blog posts. So there is no visual editor. I have tried adding as a Text element but same issue. You can see an example below of using the Code element – at bottom of page it displays the short code text instead of the content block.
    Please

    in reply to: Top Menu Active Color State #1116419

    Thanks Victoria

    That works a treat in Quick Css :)

    cheers
    P

    in reply to: Top Menu Active Color State #1116375

    Hey Vinay
    Thanks that actually works, no conflicts found throughout the site :)
    Just one tweak required if possible – when a single Portfolio page is active and the menu hilite displays – the menu text is still white instead of the default black on white. Would you have any updated code for that?

    Many thanks

    Hi Ismael
    Yes as you suggested – I changed the shortcode from “[rpost]” to “[rpostport]” as per complete code posted above.

    Then went into a Portfolio item, added a Code element with that shortcode in it, however it only displays the shortcode text [rpostport] instead of the actual content block. You can see that on this example page at the bottom…
    Thanks.

    in reply to: Change Enfold AutoResponder Subject Line #1115346

    Hi there
    Looks like I have this sorted OK with this code…

    add_filter( ‘avia_contact_form_args’, ‘avia_contact_form_args_mod’, 10, 1 );
    function avia_contact_form_args_mod( $form_args ) {
    $form_args[‘autoresponder_subject’] = __(‘Thank you for signing up for your 15 minute discovery call!’,’avia_framework’ );
    return $form_args;
    }

    Cheers

    Hi Ismael
    Still no luck – I’ve included all the code for both the ‘Inspire’ blog section, and the ‘Projects’ section below. The updated code allows the blog section to display the “You may also like’ block correctly, but NOT for the ‘Projects’ section. I must still have the syntax incorrect???

    —————————————————————————————————————————–
    /* enables Inspire post footer You May Also Like */
    function related_posts_shortcode( $attr ) {
    ob_start();
    get_template_part( ‘includes/related-posts’ );
    return ob_get_clean();
    }
    add_shortcode( ‘rpost’, ‘related_posts_shortcode’ );

    /* enables Projects post footer You May Also Like */
    function related_portfolio_posts_shortcode( $attr ) {
    ob_start();
    get_template_part( ‘includes/related-portfolio-posts’ );
    return ob_get_clean();
    }
    add_shortcode( ‘rpostport’, ‘related_portfolio_posts_shortcode’ );
    —————————————————————————————————————————–
    Thank you.

    Hi Ismael
    I duplicated that code and tried a few syntax variations but it either clashed with the existing code, or it removed the related posts block from the Inspire blog section all together.

    1. First code I tried was: duplicate and only changed this line… ‘includes/related-portfolio-posts’ );
    That caused an error
    —————————————
    Your PHP code changes were rolled back due to an error on line 30 of file wp-content/themes/enfold-child/functions.php. Please fix and try saving again.

    Cannot redeclare related_posts_shortcode() (previously declared in wp-content/themes/enfold-child/functions.php:18)

    2. Then tried this code… and removed the Inspire bottom block
    —————————————-
    function related_portfolio_posts_shortcode( $attr ) {
    ob_start();
    get_template_part( ‘includes/related-portfolio-posts’ );
    return ob_get_clean();
    }
    add_shortcode( ‘rpost’, ‘related_portfolio_posts_shortcode’ );
    —————————————
    Would you have the exact full code for this?

    Many thanks

    Hi Victoria
    I tried around 10 but still no display. Just wondering if I can do the following?….

    Inside the ‘Inspire’ blog section, for each of the Posts, I now have the bottom block working well – “You might also like”, using this functions code:

    ——————————-
    function related_posts_shortcode( $attr ) {
    ob_start();
    get_template_part( ‘includes/related-posts’ );
    return ob_get_clean();
    }
    add_shortcode( ‘rpost’, ‘related_posts_shortcode’ );
    ——————————-
    I would like to display the same block at the bottom of each of the Portfolio items inside the “Projects” section.
    Is this possible??

    Many thanks.

    HI Rikard

    I’ve got 4 posts in the blog section now but still not working?
    https://loop2019.wpengine.com/inspire/

    thanks

    Hi Rikard

    Here you go – thank you!

    Just so you know – I’ve also just added the Functions.php code supplied by one of your colleagues to display the block at bottom of Posts “You might also like”;
    —————————————————————————
    function related_posts_shortcode( $attr ) {
    ob_start();
    get_template_part( ‘includes/related-posts’ );
    return ob_get_clean();
    }
    add_shortcode( ‘rpost’, ‘related_posts_shortcode’ );
    —————————————————————————

    Cheers

    in reply to: Change Avia Button Shape – #1108224

    Brilliant help as always – thank you so much!
    :)

    in reply to: Change Avia Button Shape – #1108119

    Thanks Jordan
    That works well. One tiny issue – when hovering over the button, the content below jumps up a pixel or two. Looks like the hover state button height is slightly less than the default height?
    Thank you.

    in reply to: Change Avia Button Shape – #1107886

    Actually discovered I didn’t need the custom code in the end – as was configurable in Enfold Styling settings!

    One query though, for the Page below, the pink Avia buttons, there is no setting in that element to add a hover color state – is there any way of doing this?
    Thanks!

    in reply to: Change Avia Button Shape – #1107884

    Thanks Jordan!

    in reply to: Enfold – Contact Form Submit Button #1106883

    Thanks so much Yigit – that works perfectly!
    cheers

    in reply to: Active page menu reload #1104714

    Hi Rickard
    I’ve removed the #top from the code but still not working on the individual Case Studies posts.
    There’s no logging in required – the site is live and Case Study example is a per below…

    Thanks

    in reply to: Enfold Hotel – element.style margin-top #1069303

    Solved – I found it in Admin!

    in reply to: Enfold 4.5 Top / Child Menu Active States #1049769

    Hi Ismael
    Both the Fullwidth Sub Menus have all their menu items added as Pages, but the active states are still not displaying?

    cheers

    Thanks Victoria, that worked.

    cheers

    Hi Basilis
    You mean there is no css I can add in just to increase the font size??

    in reply to: MObile Menu Disappeared on Version 4.9.5 #955040

    Problem solved, I commented out some old css code.
    Thanks

    in reply to: Enfold instagram feed – CAN'T LOAD IMAGES #898862

    Hi there

    I’ve had the same issue on 2 sites – both happened the same time around 2 days ago.

    Disabling all plugins did not resolve the issue.

    • This reply was modified 6 years, 9 months ago by pantoni.
    in reply to: Enfold main menu active color state #869480

    Ahh forget that – it’s in the new ccss!

    in reply to: Enfold main menu active color state #869479

    Thanks Rikard

    That worked however I can’t seem to find where to control the ‘red’ color active state that’s now displaying. There are no reds displaying in Admin/Styling?

    Thanks

Viewing 30 posts - 1 through 30 (of 90 total)