shaki
Forum Replies Created
-
Forum: Plugins
In reply to: [Quantcast Choice] Google Error Code 2.1aHi all,
Thanks in advanced for your input!
We too are seeing some 403 errors in console (blank spaces instead of Adsense ads) and unfortunately we are stuck.
Our site uses latest version of Quantcast Choice – TCF v2.0 with these settings:
Universal Tag ID (UTID) — INSERTED
Enable Choice TCF v2.0 — YES
Push IAB & Non-IAB consent data to the Data Layer — YES
Automatically add footer CCPA message — DISABLEWe haven’t insert any code into header or whatsoever. Just using the plugin.
What can we do to fix this?
Forum: Plugins
In reply to: [Simple Lightbox] Stopped working today?Cheers man, good to know all is fine. 🙂 Thank you so much for this awesome (and light) plugin.
Thanks so much Cory, sure does help.
One question though- witch one should I INSTALL first using the installer (it’s a big site and I am using just the database, uploading files using FTP).
The subdomain.mysite dot com
or
mysite dot comHello Cais
What file do I need to copy/paste and then edit exactly? I tried with a couple ones with no luck.
Thank you.
Cheers Cory.
I understand that. I already used Duplicator in some tests, pretty little powerhouse 🙂
What I mean is this, in my cpanel I have a bunch of WP installs, right? I can find them in Quick Install or similar, etc.
But the sites where I used Duplicator to put them live in NEW server have NO wordpress installs listed in Cpanel (for updates).
Most probably this is normal, just checking in.
Thanks
Forum: Plugins
In reply to: [WooCommerce] Full width Product Image . Rest BellowThank you so much Lorro 🙂 That was exactly it:
woocommerce folder (inside theme folder) > file “content-single-product.php
There were 2 col 6 in there, i just edited it out and placed col 12 and it’s all good.
Cheers, much appreciated.
- This reply was modified 8 years, 10 months ago by shaki.
Forum: Fixing WordPress
In reply to: Whitespace bellow WordPress inline galleryBeen deleting/testing pieces of CSS and I think this is the bit confusing IE:
.gallery-item:first-child { display: block; margin: 0px 0px; padding: 0px 0px; }In FF and Chrome it displays the first image fine, natural size (resized to browser window). But for some reason IE opens it fine, and a split second later it resizes to “small”, and left aligned.
Maybe adding width/height can help?
Forum: Fixing WordPress
In reply to: Whitespace bellow WordPress inline galleryNow it just shows a small image in IE… 🙁 Both Chrome and Firefox work well.
Is there a CSS hack for IE?
Forum: Fixing WordPress
In reply to: Whitespace bellow WordPress inline galleryLet me just add this bit of info, that seems to be working so far:
.gallery br { display:none; } .gallery:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }Forum: Fixing WordPress
In reply to: Whitespace bellow WordPress inline gallery😉 ninja are less expensive for testing stuff 🙂
Forum: Fixing WordPress
In reply to: Whitespace bellow WordPress inline galleryThanks guys.
Heres a link: santalabs dot ninja/bar-restaurante/
All images have “same” size.
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Shortcode [ssba_hide] not workingNevermind, just used a CSS rule in my custom css for that particular page.
.ssba {
margin: 0px;
padding: 0px;
display: none;
}Hello,
Had similar issues with a couple themes, and now they’re working. Just added <?php wp_head(); ?> into header.php, before closing </head>.
Done. 🙂
Forum: Themes and Templates
In reply to: K2 Theme – Change Sidebar to LeftStill looking for a solution to change my K2 theme sidebar from right to left.
Forum: Themes and Templates
In reply to: K2 Theme – Change Sidebar to LeftHi Linosa
I Did try to change the sidebar order in PHP files and changed the CSS style (left), but didn’t managed to put it to work properly.
Still looking for a solution.