Forum Replies Created
-
AuthorPosts
-
Hi Rikard,
I sent this information via email from the plugin but I guess you didn’t get it. We still are experiencing the problem.
The login is in Private Content.
Thanks in advance.
June 24, 2021 at 12:13 am in reply to: Pagination on Product Grid and Magnifying glass not working #1307216Hey Rikard,
After updating, the pagination is fixed! Yeah!
But, the magnifying glass kinda jumps around but doesn’t magnify too much. Maybe the images aren’t large enough? They are 400 x 400px.Thank you for figuring it out.
Here you go. Thanks
Already set to WooCommerce 3.0 product gallery.
Looks perfect!!!
Thanks so much. You guys are great.
Sarah
Hi Ismael,
Thanks for sticking with me on this.
I’ve extended the login.
Looked for Editor panel but not clear on what that is or at least that term.
Thanks again,
Sarah
Hi Ismael,
I tried the plugin. didn’t seem to help. I tried adding your code but it said there was an error and wouldn’t allow me to save.
Seems so odd that this is happening on only some pages. What could be holding up those pages?
Got any other ideas?
Thanks for you help.
Sarah
Also, of the quick css that you sent. One controls the placement of the logo on desktop and one on mobile. There is a media screen on one
/* placement of mobile logo
@media only screen and (max-width: 768px) {
.logo img
{
padding-top: 15px;
margin-top: 15px !important;
z-index: 99999999 !important;
position: relative;
margin-bottom: -17px !important;
}
}/*placement of logo on desktop.
.logo img {
margin: 15px !important;
z-index: 99999999 !important;
position: relative;
}I have two different logos; one for desktop and for mobile. Using the Theme Editor > functions.php I’ve added this code:
@ini_set( ‘upload_max_size’ , ’50M’ );
@ini_set( ‘post_max_size’, ’50M’);
@ini_set( ‘max_execution_time’, ‘1000’ );add_filter(‘avf_logo’,’av_change_logo’);
function av_change_logo($logo) {
if(wp_is_mobile( ) )
{
$logo = “https://monova.ca/wp-content/uploads/2020/05/monova-mobile.png”;
}
return $logo;
}The logo on all mobile version pages should have the logo above. The mobile version should look like the screenshot you sent me. I don’t know why it shows up on some pages in mobile but other pages in mobile have the desktop logo.
I will go clean up the quick css you found.Added screenshot. See link in private.
Thanks.
How do I seen you a screenshot?
Temp login in private.
Thanks in advance.
Dang…and you were doing so well. : )
Weird…I’ll go hunting through the plugin. Thanks for trying.
This is a different subject. When I test two of my Enfold sites (the one we are currently talking about is one) for accessibility I get multiple “missing alt text” errors (see below). But, I don’t know what these svg’s are, where they come from or how to add alt tag?
<svg xmlns=”http://www.w3.org/2000/svg” height=”26″ width=”28″ focusable=”false”>
<g fill-rule=”evenodd” fill=”none”>
<path stroke-width=”1.5″ stroke=”#000″ d=”M13.808 6.019C8.625 6.019 4.01 9.197 1 14.148c3.01 4.951 7.625 8.129 12.808 8.129s9.797-3.178 12.807-8.129c-3.01-4.951-7.624-8.13-12.807-8.13″></path>
<path fill-rule=”nonzero” fill=”#FFF” d=”M13.813 11.124c1.704 0 3.086 1.368 3.086 3.055 0 1.688-1.382 3.055-3.086 3.055s-3.086-1.367-3.086-3.055c0-1.687 1.382-3.055 3.086-3.055m0-3.055c-3.408 0-6.172 2.735-6.172 6.11 0 3.375 2.764 6.11 6.172 6.11s6.172-2.735 6.172-6.11c0-3.375-2.764-6.11-6.172-6.11″></path>
<path stroke-width=”1.5″ stroke=”#000″ d=”M17.913 14.18c0 2.244-1.839 4.064-4.105 4.064-2.268 0-4.106-1.82-4.106-4.065s1.838-4.064 4.106-4.064c2.266 0 4.105 1.82 4.105 4.064″></path>
<path d=”M2.872 22.306L22.03 3.339″ stroke-linecap=”round” stroke-width=”3″ stroke=”#FFF”></path>
<path d=”M4.24 23.661L23.398 4.694″ stroke-linecap=”round” stroke-width=”1.5″ stroke=”#000″></path>
</g>
</svg>Thanks. I new it was something stupid like that. Can I ask one more question why you have access?
Link in Private Content
I was worried about that. Thanks for the information.
Hi Victoria,
That link didn’t help – it talked about modify the filter itself.
I just want to move the filter to above the products instead of it being in a sidebar. I can send you an image of what I want if that helps.
Thanks
Info in private content.
Thanks
Looks like my mobile replacement version on the logo isn’t working. Got any ideas?
I had to go in and update each page to get it display correctly. But, got it working.
Hold on a minute… on further looking I’m getting not consistent returns on the mobile site. Some pages are showing the main logo, some the mobile logo and one page (visit) nothing at all.
This is the code I have in the function file.
add_filter(‘avf_logo’,’av_change_logo’);
function av_change_logo($logo) {
if(wp_is_mobile( ) )
{
$logo = “https://monova.ca/wp-content/uploads/2020/05/monova-mobile.png”;
}
return $logo;
}Is this right?
O.K. I found it. It was in functions.php. Sorry for the run around. I built the site over a year ago and I forgot how I added the mobile logo.
Thanks for your help.how do I update the URL? I reentered the main logo. I think I’m losing my mind as this URL has an ending that obviously I would have created but I’m not see where I originally applied this logo. What am I missing?
October 28, 2020 at 2:45 am in reply to: Missing custom fonts in move from staging to production #1256252I found a solution which was to add the following to the config file.
define( ‘WP_HOME’, ‘https://sitename.com’ );
define( ‘WP_SITEURL’, ‘https://sitename.com’ );O.K. I’ll check out the customization options. Here is the image: https://snipboard.io/YhCP54.jpg
Trying to send an image of what the I need -is there a way of attaching an image? I’ve was able to make the color section diagonal for one side but basically need the other side too. Let me know if that is possible or if it requires a customization.
-
AuthorPosts