Forum Replies Created
-
AuthorPosts
-
That works perfectly. Problem solved, thank you!
December 1, 2022 at 9:37 am in reply to: Remove "noindex" on archives, tags, and category pages #1374575How would this be applied to product tags in woocommerce?
Ismael, I added the filter to functions.php. The existing products still display the 1280 pixel images. Will the changes only apply to newly created masonry galleries? Where is the 1280 size coming from?
Edit: I just tried to add a new masonry gallery with new images and they are still popping up as 1280 pixel images. I also cleared the cache plugin.
- This reply was modified 1 year, 11 months ago by hmsvictory. Reason: tried a solution that didn't work
- This reply was modified 1 year, 11 months ago by hmsvictory.
November 11, 2022 at 11:33 pm in reply to: How to remove filename which shows when mouse arrow is on a picture #1372279Rikard, I think you are right. I guess I need to keep the title attrbute.
Is there a plugin that you prefer to bulk edit image titles and alt attributes in the media library?
November 11, 2022 at 8:03 pm in reply to: How to remove filename which shows when mouse arrow is on a picture #1372259Thanks Yigit. I used to think the title attribute was important for SEO but from what I am reading lately, it appears that the ALT tag is what matters, the title attribute is not considered in the search algorithm anymore?
November 11, 2022 at 6:13 pm in reply to: CSS Problem with Hover State on Burger Menu with Transparent/Glassy Header #1372252Perfect, thank you Ismael.
Thank you, perfect.
I am thinking about turning off the image title tooltips that popup in the galleries. Is it better for SEO to keep the image titles there?
I tried but it just wouldn’t work for me. The login info is below, and don’t forget to email me. Thanks Nikko!
- This reply was modified 1 year, 12 months ago by hmsvictory.
Nikko, what would the proper selectors be for the left sidebar? I tried but was unsuccessful.
Mike, thanks for the info. Perhaps for the future we could have the option of specifying a different text string for the paging permalinks? Or just something cleaner like ?paging=3
This reply has been marked as private.Sure, it’s in maintenance mode so I will give you admin access. Let me know if you make any changes.
For a regular page, I agree. In this case, I want to use this in my WooCommerce store, so it would be better for me to do the layout as sidebars. I understand that I can use the product grid in the advanced layout builder but that is causing pagination and permalink issues.
Thanks Rikard. That didn’t work, but deleting the child theme functions.php did fix both problems. Now I will just add back content to functions.php until I isolate the problem.
Thanks for your help.
On the home page I added a color section above the empty slider for now, because the site owner is upset… so on that page just scroll down for checking the slider.
Greetings Rikard, I’ve already done that. I deleted the Enfold folder and uploaded a fresh copy that I just got from Themeforest download.
December 7, 2016 at 6:52 am in reply to: Woocommerce – can't save variable product attributes & variations – js errors #721373As I test and work with it more, I did find one more problem.
Previously I had customized avia.js in the child theme to prevent lightbox from working on one page-id. Today I created a new customized avia.js using the most recent avia.js from the theme download. When I add that to the child theme, I still have problems in the product attributes & variations. When I delete the avia.js from the child theme js folder, everything works as normal. Very unusual.
December 7, 2016 at 6:23 am in reply to: Woocommerce – can't save variable product attributes & variations – js errors #721363Good idea. It worked!
December 3, 2016 at 12:00 am in reply to: Woocommerce – can't save variable product attributes & variations – js errors #719930That was the first thing I did, but I reupload the theme again just to be sure – no improvement. The problem is still there.
July 23, 2016 at 2:47 am in reply to: WooCommerce "Update Cart" button disabled by Enfold theme #664103Thanks Yigit. I installed that and refreshed. The button works but it still has the styling of the [disabled] element and the disabled code is still there. I was hoping this would be fixed by now.
<input class="button" type="submit" value="Update Cart" name="update_cart" disabled="">
February 13, 2016 at 8:29 pm in reply to: Mobile help – responsive logo sizing and removing avia-menu-fx #582773Thank you, that selector worked.
February 12, 2016 at 4:45 am in reply to: Mobile help – responsive logo sizing and removing avia-menu-fx #581992Sure.
I ended up using an alternate mobile logo to work around the sizing issue. But still struggling with hiding the menu arrows.
.avia-menu-fx .avia-arrow-wrap, .avia-menu-fx, .avia-arrow {display: none !important;} /* RESPONSIVE */ @media only screen and (max-width: 767px) { .responsive #top .logo {padding: 10px 0px 0px 0px;} .content, .sidebar {padding-top: 20px;} .logo img {opacity: 0;} .logo a { background-image: url("mobile-logo.png"); background-size: contain; background-repeat: no-repeat; background-position: 0px 50%; } }
November 1, 2015 at 10:43 pm in reply to: Transparent header background at all times on all pages #528183I guess I answered my own question. The problem was the background color from the .html_stretched
/* Fully transparent */ html, .html_stretched #wrap_all {background-color: #ffffff;} #top #main, #top .html_stretched #wrap_all, #top .alternate_color, #top .header_color, #top .main_color, #top .header_color div, #top #header, #top .header_color .container_wrap_meta, #top .header_color .header_bg { background-color:rgba(255,255,255,0) !important;} /* HEADER */ #top .av_header_transparency .header_bg, #top .header_color .header_bg, #top .footer_color, #top .socket_color, #top .header_color .main_menu ul ul {background-color: rgba(110, 108, 108, 0.8) !important;}
October 7, 2015 at 12:15 am in reply to: 'Show excerpt in all magazine blog list' with "Read More" link #514855My mistake then.
What I’m looking to do is have a one line excerpt below each magazine post title. I don’t see an option for that on the layout builder screen. Only to show an excerpt for the larger first post.
October 6, 2015 at 6:28 pm in reply to: 'Show excerpt in all magazine blog list' with "Read More" link #514670Can someone post the correct code for the full magazine.php that should be used to show the excerpt in the magazine display?
I am having trouble understanding what changes need to be made.
Thanks
- This reply was modified 9 years, 1 month ago by hmsvictory.
October 2, 2015 at 6:01 pm in reply to: Used Avia Layout Editor on Blog Post – Single Post has no title/author/date #512953Thanks Rikard, I never knew about the magic wand.
That is the perfect solution, now I can add the media elements to regular blog posts and maintain the standard format.
Many thanks.
June 17, 2015 at 6:56 am in reply to: Responsive images are showing full size (overflowing) on small devices #460569Doesn’t it also look messed up on the emulator link?
June 17, 2015 at 6:12 am in reply to: Responsive images are showing full size (overflowing) on small devices #460554Current version of Firefox, just dragging the window smaller and refreshing the page.
June 16, 2015 at 4:41 pm in reply to: Responsive images are showing full size (overflowing) on small devices #460145This reply has been marked as private.June 16, 2015 at 4:36 pm in reply to: CSS Selector Help: making one dropdown submenu display horizontally #460137This reply has been marked as private. -
AuthorPosts