GaryManners
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Tienda Basic] Header covers user logout dropdown in SafariI did contact the developer and they recommended I change the Transform rule to none. I was able to fix this bug with the following.
#header, .home-container {transform:none;}
The developer promised an fix in the next update.Forum: Themes and Templates
In reply to: [Tienda Basic] Header covers user logout dropdown in SafariJust tried a lightbox plugin (Simple Lightbox) and the same thing is happening.
The Page and header hover over the lightbox image. Which makes me think it is a z-index thing particular to Safari.
I made a sample page. Go here and click on the image. Again, this is only in Safari. Works ok in Firefox and Chrome.
go here and try clicking on the image to activate lightbox. http://betatest.fturek.comForum: Themes and Templates
In reply to: [Tienda Basic] Header covers user logout dropdown in SafariJust tried a lightbox plugin (Simple Lightbox) and the same thing is happening.
The Page and header hover over the lightbox image. Which makes me think it is a z-index thing particular to Safari.
I made a sample page. Go here and click on the image. Again, this is only in Safari. Works ok in Firefox and Chrome.Forum: Plugins
In reply to: [BuddyPress Activity Plus] Add Links not adding / loadingHere’s an update:
I did get the link button to post when I checked off the “No Thumbnail” checkbox.
@digitaljoe Did you try this? Did it post for you with no thumbnail? Any updates?What would be conflicting with this if it works with Admin user role but nothing lesser, and posts only when “no thumbnail” is selected, regardless of user role?
- This reply was modified 8 years, 6 months ago by GaryManners.
Forum: Plugins
In reply to: [BuddyPress Activity Plus] Add Links not adding / loadingHi,
I’m having the same issue with the link button not publishing the link. Preview works fine but it will not publish to the activity feed.
I am NOT using Divi theme.
I did notice that it will work if I make the user an Admin role, any role less than Admin, the link option will not work. Video and image buttons do work.
I just updated to 4.9
And I haven’t yet tested for other plugin conflict.
Running an off the shelf .org theme.Maybe this will provide a piece to the puzzle.
Forum: Themes and Templates
In reply to: [Sela] Disable Jetpack notification in SelaCurrently (5-17-17) on Sela version 1.0.15. This notification is still not dismissible, short or creating a child theme.
Any movement on this?Forum: Plugins
In reply to: [Custom Related Products for WooCommerce] Set related products custom orderHere with another request for a sort option. It seems that the order is the post date order. We have our woocommerce setting for word order to Custom+name, but this plugin isn’t using that sort order.
It would be nice if the order chosen in the selection box was the same order as displayed.
Is there a function we can add that will help us out here?Forum: Themes and Templates
In reply to: [Sela] Remove H1 Tag from Site TitleI would agree that having two H1 tags, one in the site title and one in the page title is not a horrible thing SEO-wise, but there are some SEO folks who do advise against it, such as Yoast. What they typically recommend is that the homepage or front page your site title would be a H1 but on all other pages and posts it should be a H2 or H3 and let the page/post name be the H1.
The SEO community seems a little split on this issue so I take that to mean that it’s not that big of a deal.
I see the logic of doing this but it seems to be real fidgety fine tuning, plenty more SEO could be done elsewhere and be more effective.If you do want to pursue this I would as Chad recommended, create a child theme and copy the header.php file to it. You’d then wrap the site title in a conditional php statement that will make it H1 on front page but H2 or H3 anywhere else.
Forum: Themes and Templates
In reply to: [Sela] Sela add blog post to static home pageYou can use the front page widgets areas and display a post summary there, you’ll need to find a plugin that has this kind of widget, There are plenty.
Or if you want it on the page you could use shortcode, which would also require a plugin such as this: https://ww.wp.xz.cn/plugins/post-content-shortcodes/
I almost every case deactivating plugins is a good diagnostic method. If your site is having problems when you deactivate them if could be a sign of a bigger problem.
My peek at your site showed that you are using a child theme Sela-Wpcom which I am guessing has dependencies on a few plugins and or something in the functions.php file that’s not quite kosher.
Plugins that deal with formatting which I detected that you didn’t mention are:
Query Collapse-O-Matic
Optin Forms
TablePressI would contact the source of your child theme. it’s likely therein your problems lie.
Just checked out your site. You are using several plugins that seem to be pretty aggressive in formatting pages, etc.
This forum is for theme support for the Sela theme, but it’s definitely the plugins that are wreaking havoc on your site.
Disabling all plugins should not crash a site.
You might look for help in forums on some of the formatting plugins you are using.Forum: Plugins
In reply to: [WooCommerce] Problems dragging custom Category orderFYI I figured out what was wrong. Simple mistake.
I have many sub-categories and I was inadvertently trying to drag and uperlevel category within a the subcategories of another upperlevel cat.
Once I realized that I could easily drag to order the upper levels and the within each of these order the sub categories.Forum: Themes and Templates
In reply to: [Sela] responsive designYou’d be hard pressed to find any responsive theme that aligns widgets horizontally in responsive as in the desktop. The content would be too narrow, it wouldn’t look good or be user friendly.
Forum: Plugins
In reply to: [WooCommerce] Problems dragging custom Category orderJust to be clear I’m talking about “Product Categories”.
Ah, that white space.
Try this:
.front-page-content-area .without-featured-image {
padding-top: 0;
}If it works on desktop check tablet and phone views to make sure it’s still good.