IkeGordon
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] AAPL not working with wp subdirectoryWhat do you mean? This may be the issue I’m having.
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Simple Share Buttons AdderAdd to anything works well but you can’t use the jquery buttons with it only the share buttons.
Also, I’m starting to think the developers don’t care about this forum….
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Revolution SliderI’ve been toying with a few reload codes. Any thoughts on these?
jQuery.get(‘/wp-content/plugins/revslider/js/jquery.tipsy.js’, function(data) { eval(data); });
jQuery.get(‘https://d36hc0p18k1aoc.cloudfront.net/public/js/modules/tintembed.js’, function(data) { eval(data); });
jQuery.get(‘//platform.linkedin.com/in.js’, function(data) { eval(data); });
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Responsive CenterYou are correct, that worked…. and yes I am using an incorrect shortcut as a lazy programmer. haha You can resolve this. Thank you
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Responsive CenterThank you for the super fast reply. Unfortunately, that didn’t work. I added what you suggested and event tried adding in an additional CSS command. See below.
.tablepress-id-1 tbody td {
text-align: center !important;
}.tablepress-responsive-tablet tbody td {
text-align: center !important;
}What are your thoughts? Here is a link to the website. https://www.bimmg.com
The issue is on the homepage with the two side by side banners under the main slideshow. This is only an issue once responsiveness has taken affect, so you will need to shrink in your browser or view on tablet.I’ve taken privacy off please respond fast as this cannot be off for long.
Thank you!
Forum: Plugins
In reply to: [Breadcrumb NavXT] Remove "Products" from Shop page breadcrumbWas this ever resolved? I have the same issue. For some reason with Woocommerce your plugin wants to show an extra breadcrumb with the same link for the shop page.
For instance
Home / Shop / Products
Should be
Home / Shop
Why does it do this and how can we fix it?
Forum: Plugins
In reply to: [WooCommerce] Product Variations Option Not VisibleOf course I didn’t! Thanks!
Forum: Plugins
In reply to: [Genesis Featured Widget Amplified] Display Posts in rows (grid)?I think you just need to align the image to the left?
Forum: Plugins
In reply to: [Genesis Featured Widget Amplified] Title/Link IndentationSeems like I need to wait an hour before I ask questions. I was able to figure this out thankfully. I was styling the wrong id. All good now. Thanks again for your help and just in case you are curious… here’s a link to the finished website. https://www.fedgroup.com
Forum: Plugins
In reply to: [Genesis Featured Widget Amplified] Remove three dots after content limitWell, that did it! Thanks!!!
Forum: Themes and Templates
In reply to: Header NavigationWell that wasn’t easy but I got it! Thanks Andrew! I learned a lot in the process.
Forum: Themes and Templates
In reply to: Header NavigationHow can I find the correct CSS selectors. I’ve tried everything. Seems to work fine for the main navigation but fails to affect the sub menu.
Here’s main navigation code
#header ul.nav .current_page_item a,
#header ul.nav .current-cat a,
#header ul.nav .current-menu-item a,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
color: #165B94;
}Forum: Plugins
In reply to: [Genesis Featured Widget Amplified] Remove three dots after content limitYes, but I don’t want to lose the ability to customize the content differently. For instance, my client wants Learn More on one page and Read More on another.
That did it! Thanks for catching that THP!
Well, I spent a total of three hours on this and that one little piece of code fixed it. Granted, I was looking to reduce the cellspacing/padding. It was the max width! Stupid max width!!! Well, actually stupid IE.
Thanks Tobias!
-Ike