Forum Replies Created
-
AuthorPosts
-
Following up on this. Thanks guys!
Hi Victoria,
The same thing happens when i put it in a grid row unfortunately. This is a pretty big problem that i think needs to be fixed with an update but hoping there might be a line of code or something we can put in as a workaround.
Thanks!
Hi Mike, thanks SO much for your help!
Hi Mike! Thanks so much for the update and for your efforts! It looks like the button is now dark blue, with white text but at all times. I’d just like for the button to be blue (specifically this color: #0077ff) but only as you scroll down the webpage and the header sticks. During all other times, the button should just be white with #0077ff text.
Hi Mike!
Thanks for your help. However I cleared the browser cache and on scroll both the button and text on the button is white. On scroll, i’d like the button background to be blue and the text color white, so i’m not sure if it’s working.
Please see private area, thanks!
Hi Mike, please see private area for new pw, thanks!
Please see private area, thanks!
Hi Mike!
Thanks so much, unfortunately it didn’t work. Here are the login details:
July 25, 2019 at 5:25 pm in reply to: Blog posts displayed in Masonry element open up in new tab? #1121951Hi Victoria!
I’ve put that code into the child theme’s functions.php but the blog post links still aren’t opening in a new tab. Could you please help with this? Thanks so much!
July 3, 2019 at 8:54 pm in reply to: Blog posts displayed in Masonry element open up in new tab? #1115578Sorry about that! See private area
July 3, 2019 at 4:58 pm in reply to: Blog posts displayed in Masonry element open up in new tab? #1115516Hello, just following up on this. Thanks!
July 1, 2019 at 4:14 pm in reply to: Blog posts displayed in Masonry element open up in new tab? #1114915Hi Mike, thanks for your reply. Please see private area for login details. Thanks!
Hi Jordan,
I don’t think login credentials are actually needed for this. I had a friend inspect the browser and they let me know I should add this line of CSS and it worked.
.av-masonry-entry .avia-arrow { display: none !important; }
Thanks,
June 17, 2019 at 4:11 pm in reply to: pages tab in WordPress backend shows – Advanced Layout Builder next to page #1111038Perfect, thanks Rikard! Really appreciate it. Incase anyone sees this thread here’s the answer:
add to child theme functions.php:
add_filter('display_post_states','remove_ALB_post_state',999,2); function remove_ALB_post_state( $post_states, $post ) { if("! has_blocks( $post->ID )") { unset($post_states['wp_editor']); } if("!= Avia_Builder()->get_alb_builder_status($post->ID)") { unset($post_states['avia_alb']); } return $post_states; }
June 15, 2019 at 3:52 am in reply to: pages tab in WordPress backend shows – Advanced Layout Builder next to page #1110554Update – Enfold version 4.5 does not do this with the most recent version of WordPress which leads me to believe it has to do with an update within Enfold version 4.5.7. I do not want to downgrade the upgrade to 4.5. Is a way to remove this titles without downgrading?
Thanks
June 14, 2019 at 5:38 pm in reply to: pages tab in WordPress backend shows – Advanced Layout Builder next to page #1110391Yes, I figured. But do you or anyone have suggestions on how to get rid of this? I do not want it to be there.
June 13, 2019 at 3:40 pm in reply to: pages tab in WordPress backend shows – Advanced Layout Builder next to page #1109891Yes but what I’m asking is how to remove this. It wasn’t there previously until one of the recent updates.
June 13, 2019 at 7:32 am in reply to: pages tab in WordPress backend shows – Advanced Layout Builder next to page #1109766please see private area
Hi Victoria, it works. Thanks so much!
Hi Yigit,
It looked like it worked for the homepage, but not for the rest of the pages. The rest of the pages on the site still read “email address” in the field area.
Hi Yigit,
That worked, thanks so much!
I did try that, but when the newsletter is in the form of a widget it doesn’t show the option to be able to change the text of that field.
Thanks again guys,
HI Basilis,
I feel you guys have helped with requests far more complicated than this. All i’m looking for is for the text displayed in the mail chimp newsletter widget field to say “enter email address” vs just “email address”. I know there is a way to enter a line into functions.php so that this doesn’t get overwritten every time the theme is updated, unless i’m missing something here. Would really appreciate if someone could help me with this.
Thanks so much,
Would you be able to assist further on how I can copy this file to the child theme? And then what changes would I need to make there?
April 2, 2019 at 5:43 am in reply to: Mailchimp widget in footer not showing up on blog post pages #1085839Thank you Ismael! The update resolved this.
April 1, 2019 at 5:12 pm in reply to: Mailchimp widget in footer not showing up on blog post pages #1085582Hello, could someone please help with this? Thanks so much.
March 27, 2019 at 6:24 pm in reply to: Mailchimp widget in footer not showing up on blog post pages #1083742I just tried that, and moved it to the second column of the footer area, and it didn’t work still unfortunately.
Victoria,
Is there a line of code I can put in child theme functions.php so it doesn’t get overwritten every time the theme gets updated?
Thanks!
March 25, 2019 at 9:06 pm in reply to: Mailchimp widget in footer not showing up on blog post pages #1082849Hi Guys,
Just wanted to follow up on this.
Thanks,
Hi Jordan,
I’m just wondering if I can change the text from email address to your email address via editing the theme files.
-
AuthorPosts