Forum Replies Created
-
AuthorPosts
-
September 19, 2021 at 10:08 pm in reply to: How can i remove specific [div class] from a Pagination pages ? #1321550
Hi, I’m after a similar solution. I only want to display the header in the 1st page of the pagination of a blog, and remove it in the following pages.
I can’t find a way to remove it. Should I go through CSS or functions.php?
Many thanks! :)
Same here!
- This reply was modified 3 years, 4 months ago by Steve.
Hi Rikard,
thanks for this.
Can you please check now?
Thanks in advance,
Steve- This reply was modified 3 years, 11 months ago by Steve.
Staging website below
Hi, I saved the broken version as html. Will this help?
Many thanks!
Hi, I have a similar issue after an update to the latest version. Now there is white space around the full-width easy slider and white space on sides also, which wasn’t the case before the update. Downgraded to v 4.7.6 and the issue resolved.
- This reply was modified 4 years, 1 month ago by Steve.
May 30, 2020 at 3:37 am in reply to: Enfold Remove left & right padding margins on videos in color sections on mobile #1217898Yes, thanks for this. Any way I can create custom class or something similar, so that I can apply this to all the videos and if I change the structure of the page, I don’t need to edit custom css?
Many thanks!
May 28, 2020 at 12:26 pm in reply to: Enfold Remove left & right padding margins on videos in color sections on mobile #1217322Hi, same issue here. Any CSS I can use to make the video on the page go to edges on mobile?
Many thanks
Hi Rikard,
I just logged in and the Enfold options are available.
The theme is renamed dr v child, maybe you were looking for Enfold?
Thanks! :)Thanks for the response.
Everything seems to be normal in terms of billing.
For clarity, I have added a screenshot to the private content.
Thanks. The imagify plugin serves jpeg on Safari, so no problems as such with this. But it would be good if we could solve this. slider issue.
Hi Mike,
thanks for the response. Because Rikard asked me to give more detail so that you could troubleshoot it better and the plugin author said that he has info you guys are working on it, so I created an amazon lighstail instance and made a copy of my website. You may appreciate, this is not a 2-minute job. Would you be willing to work with me and solve the problem for me?
Thanks!
I’ve tried this, but for some reason doesn’t seem to work. Am I doing something wrong?
Hi Rikard,
it is kind of the same issue related to this plugin. So, as per my previous post, when the plugin is enabled, the mobile view fullwidth easy slider doesn’t work correctly. It seems to ignore the minimum height… I put links in below.
Thanks!I”m using https://imagify.io/documentation/my-images-are-broken/. If I use tags by <picture> tags option, it breaks full width slider. I also would like to use CDN, but if I choose rewrite rule, CDN doesn’t work. Catch 22.
- This reply was modified 5 years, 2 months ago by Steve.
Thank you to the awesome E team! :)
This is resolved.
Thanks for this! :)
So, I’d use
my-unique-css-class {
max-width: 180px;
max-height: 180px;
}
Or do I need to ad anything else? Not sure how to use css corretly with the css classes.
Thanks :)Thank you, Victoria. This works, but not quite what I was after. This increases the overlay, to match the size of the enlarged image.
The image increases in width, which breaks the look I’m after. Is there a way to make the image increase inside of the 180×180. Or else, (even better) to make it uniformly increase in height as it increases in width?
Many thanks in advance!
- This reply was modified 6 years, 5 months ago by Steve.
Anyone can help me with this, please? I can’t find the answer in the forum.
Thanks in advance.Thanks, Ricard. Yes, it appears to be working. Finally! :)
I think there must have been some kind of cashing error, which prevented it from displaying correctly.Hi Ricard,
yes, obviously I have tried all the solutions suggested here and it did not solve the problem. It is also set in the theme settings.
Did you check the website css?
Thanks,Same problem here. I need h1 to be lower case, but can’t.
May 4, 2018 at 6:27 am in reply to: New Disable Template Builder Elements function not working #951336HI Ismael, I have deleted the theme and replaced with new, so there should be no issues there. I have also checked. It appears to be no duplicated files in config-templatebuilder > aviashortcodes folder.
May 2, 2018 at 10:53 am in reply to: New Disable Template Builder Elements function not working #949946Hi Ismael, yes, there is only one!
May 2, 2018 at 5:17 am in reply to: New Disable Template Builder Elements function not working #949801- This reply was modified 6 years, 6 months ago by Steve.
May 2, 2018 at 2:18 am in reply to: New Disable Template Builder Elements function not working #949762Similar problem here. When I set enfold to “load only used elements” I get errors:
“Special Heading
This element was disabled in your theme settings. You can activate it here:
Performance Settings”I”m using a child theme and my website is https only
February 11, 2018 at 2:01 am in reply to: Contact form doesn't work reliably when nested in tab section #910700Hi Jordan,
yes, I was alerted by one of my clients. He said I did not respond to an email. Then I tried sending messages via different browsers. It redirected to thank you page, but would not send any messages from Opera browser on Windows, and sometimes from Chrome.
I have changed it to CF7 now, but if you need it, I can recreate it.Great help, thank you.
I used both solutions by Guenni007 and Yigit.
I needed to use the link sitewide, not on one page, so ended up using:
add_filter(‘avf_logo_link’,’av_change_logo_link’);
function av_change_logo_link($link){
$link = “http://my-link.com”;
return $link;
}
add_filter(‘avf_logo_alt’, ‘avf_change_logo_alt’);
function avf_change_logo_alt($alt) {
$alt = “my alt text”;
return $alt;
}Ačiū :)
Can this be in the child theme? Does functions.php get updated with the theme?
-
AuthorPosts