Forum Replies Created
-
AuthorPosts
-
Thanks Rikard – that worked!
cheers
Thanks Rikard
I’ve got 2. working well!
No luck with 1. Social icons hover though?
Cheers
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/5jzhwC1HI
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
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
July 9, 2019 at 3:57 am in reply to: Blog pagination not showing on posts – using Masony element. #1116867Hi Ismael
Are you talking about this url and details below or WP Admin? It’s working fine here.July 8, 2019 at 3:27 am in reply to: Blog pagination not showing on posts – using Masony element. #1116535Hi 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.
PleaseThanks Victoria
That works a treat in Quick Css :)
cheers
PHey 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
July 4, 2019 at 2:28 pm in reply to: Blog pagination not showing on posts – using Masony element. #1115783Hi 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.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
July 2, 2019 at 3:29 am in reply to: Blog pagination not showing on posts – using Masony element. #1115000Hi 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.June 29, 2019 at 4:40 am in reply to: Blog pagination not showing on posts – using Masony element. #1114396Hi 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
June 28, 2019 at 2:20 am in reply to: Blog pagination not showing on posts – using Masony element. #1114140Hi 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.
June 27, 2019 at 9:30 am in reply to: Blog pagination not showing on posts – using Masony element. #1113840HI Rikard
I’ve got 4 posts in the blog section now but still not working?
https://loop2019.wpengine.com/inspire/thanks
June 26, 2019 at 1:55 pm in reply to: Blog pagination not showing on posts – using Masony element. #1113612Hi 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
Brilliant help as always – thank you so much!
:)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.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!Thanks Jordan!
Thanks so much Yigit – that works perfectly!
cheersHi 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
Solved – I found it in Admin!
Hi Ismael
Both the Fullwidth Sub Menus have all their menu items added as Pages, but the active states are still not displaying?cheers
May 21, 2018 at 2:41 am in reply to: Enfold Fullscreen Slider Caption Title/Text for mobile screens #959552Thanks Victoria, that worked.
cheers
May 20, 2018 at 4:16 am in reply to: Enfold Fullscreen Slider Caption Title/Text for mobile screens #959283Hi Basilis
You mean there is no css I can add in just to increase the font size??Problem solved, I commented out some old css code.
ThanksHi 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.
Ahh forget that – it’s in the new ccss!
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
-
AuthorPosts