Forum Replies Created
-
AuthorPosts
-
The script should be in the header. I used a plugin called WP code to add it there. I posted the script below. Is there another place to add it to the site?
Sorry, i forgot about the htaccess restrictions. I have removed them and tried the form. It still does not work, but you should have access now.
Yes, it is a code block element, with a script in the header, but there is also a Mailerlite plugin. I have tried disabling the plugins and cleared the cache and it still does not work.
Thanks. This works just fine.
I already tried this and it changes nothing. I have switched to the color section so you can see it doesn’t work.
Yes, thank you. Everything is great!
I updated to the latest Version and it fixed the mobile message issue. Thanks. Susan
- This reply was modified 5 years, 1 month ago by thecszone.
What browser and device did you look at it on? I have cleared my caches multiple times, and still on a laptop when I use Safari or Firefox the icon is a blank white box instead of two B’s. It works fine on Google Chrome desktop. And it works fine on Silk and mobile Safari just not Safari desktop.
The icon still doesn’t display properly on Firefox or Safari so my problem hasn’t been solved.
I created the font at http://fontello.com/ I did the same thing with the Goodreads font and it is working fine.
Thank you, Victoria. The information you need is listed below.
SusanHere is how I registered the icon in theme functions. And as I said in first post it is displaying correctly in mobile browers so I don’t think it’s becasue I registered it incorrectly.
// Register new icon as a theme icon
function avia_add_custom_icon($icons) {
$icons[‘bookbubicon’] = array( ‘font’ =>’bookbub’, ‘icon’ => ‘ue800’);
return $icons;
}
add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);// Add new icon as an option for social icons
function avia_add_custom_social_icon($icons) {
$icons[‘Bookbub’] = ‘bookbubicon’;
return $icons;
}
add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);I am not using a .png. I added it in Fontello.
I should have added my website. Sorry.
Jordan, it did work after all. My browser wasn’t updating the cache.
Thanks, Jordan, but this doesn’t work. The white background remains.
That worked! Thank you so much, RIkard!!
It is at the top of the css and I cleared the browser and tried it on multiple browsers and mobile devices as well. Still have a space. I also removed all my custom css and had only this code to be sure none of my modifications were changing it and it still has the white space.
Thanks, Jordan. I added it to the CSS but it didn’t change anything. The white space is still there,
July 22, 2019 at 5:04 pm in reply to: Rev slider still not displaying after updating slideshow_revolution.php #1120945I tried doing that first, but the files won’t extract either. I get a 404 php error.
July 20, 2019 at 9:35 pm in reply to: Rev slider still not displaying after updating slideshow_revolution.php #1120487I tried to install this by uploading it to my WP themes, but get this error message
Could not extract file from archive. enfold/404.phpThank you, Rikard. Works perfect!
November 4, 2017 at 5:47 pm in reply to: Mega menu still not fixed for mobile even after 4.2 update #872560I cleared the cache on my iPhone and tried the menu. It DOES NOT work. For example. When you tap on the menu item called Books. Yes it opens the sub-items,and those open their sub-menu items, but it doesn’t allow the reader to open the Books page or any of the other higher level pages. It just drills down to the bottom and which point you can tap on the item and open that page. I changed it back until you can figure it out.
November 1, 2017 at 7:54 pm in reply to: Mega menu still not fixed for mobile even after 4.2 update #871363Here you go.
October 27, 2017 at 7:30 pm in reply to: Mega menu still not fixed for mobile even after 4.2 update #869722The menu works because I have it set to always display submenu items. I can’t leave it at the other setting because it doesn’t work and people who access my site can’t then access the upper level link. I did test is several times and then set it back.
- This reply was modified 7 years ago by thecszone.
Works perfect! Thanks so much, Rikard!!
Okay I had a custom css field already assigned called intro. So this is the code I used, but it doesn’t work –
.intro div .av_one_half {
margin-right: -18% !important;
width: 48% !important;
padding-left: 22%;
}
UPDATE:
I got it to work using –
.home #intro div .av_one_half {
margin-right: -18% !important;
width: 48% !important;
padding-left: 22%;
}
I don’t know if I find other errors again or not, but for now I think it is working.- This reply was modified 7 years, 2 months ago by thecszone.
Actually this isn’t working as the css changes all div .av_one_half on the site. I tried putting in the 4 columns but this makes the images smaller and I want them full size. Is there another way I can accomplish this? You mentioned adding a custom div. I understand Divs, but I don’t know how to add one in Enfold. Can you tell me how to do that?
Actually I figured it out using this code.
div .av_one_half {
margin-right: -18% !important;
width: 48% !important;
padding-left: 21%;
}Thanks so much for responding. I can’t put a grid row in a color section and I need the images to be in the color section. Also, I don’t know how to create a div. That’s why I’m asking for help.
-
AuthorPosts