trackero
Forum Replies Created
-
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Changes in the CSS for igsv-tableDo you mind sharing? i’m having the same problem. I would like the theme CSS to format my table. Thanks!
Forum: Fixing WordPress
In reply to: WordPress 4.5 Completely Breaks ALL SlidersSame thing happened to my website and I was able to fix it using roromano’s code so thanks! One thing to add is that if your website is https you have to modify the following line in the code:
wp_register_script(‘jquery’, “https” . ($_SERVER[‘SERVER_PORT’] == 443 ? “s” : “”) .
I’m using the Avada theme and I’m going to update it to the latest version on my dev site to see if that solves the issue without the need for the code.
For anyone else looking for an answer you have to edit the inc/template-tags.php file
Forum: Plugins
In reply to: [AdRotate Banner Manager - The only ad manager you'll need] PHP Warning!Pain to downgrade. Just removing all code right now until it’s fixed. ??
Forum: Plugins
In reply to: [AdRotate Banner Manager - The only ad manager you'll need] PHP Warning!Same. It happened shortly after I installed the latest plugin update for the adrotate plugin. Help!!
Don’t hold you breath, looks like the author has abandoned support for his plugin. I ended up using another plugin and it worked perfectly. Go get it! The name is “Facebook Photo Fetcher”. Cheers!
Forum: Plugins
In reply to: [Tumblr Importer] [Plugin: Tumblr Importer] Not working with Tumblr API v2 ?Workaround that I used:
Go to each tumbler page and add /rss at the end of each page like so:
https://YOURPAGENAME.tumblr.com/rss https://YOURPAGENAME.tumblr.com/page/2/rss https://YOURPAGENAME.tumblr.com/page/3/rss
Save the rss/xml files to your computer.
Go to Tools > Import > RSS
Import all the xml files you saved to your computer.
I had to save and xml for each page so this might be a lot of work if you have hundreds of posts. But at least you can import that first 10 pages until the Tumblr Importer is updated.
Cheers!!
Forum: Fixing WordPress
In reply to: Error Incoming Links in Dashboard – SOLVEDI was corrected and this is the new format:
https://www.google.com/search?ie=utf-8&q=link:YOURWEBSITE.com/&tbm=blg&tbs=sbd:1&output=rss
Forum: Fixing WordPress
In reply to: Incoming Links RSS ErrorI was corrected and this is the new format:
https://www.google.com/search?ie=utf-8&q=link:YOURWEBSITE.com/&tbm=blg&tbs=sbd:1&output=rss
I added the code as you suggested to the index.php, didn’t work, also tried it on the page.php and header.php. Did I misuderstand you?
<script type="text/javascript"> $(function() { $('a.fbg_image_link').lightBox(); }); </script>
I have wp-jquery-lightbox plugin and yours installed.
Thanks!
Forum: Fixing WordPress
In reply to: Error in "Incoming Links" area of DashboardGlad to hear it.
Forum: Fixing WordPress
In reply to: Incoming links RSS ErrorThat’s the same thing I’m suggesting. I don’t know if you meant to put the word “link:” there but if you add that you still get the error message, so just to clarify mine looks like this and it works:
https://www.google.com/search?hl=en&q=www.mywebsiteURL.com&tbm=blg&output=rss
Cheers!
Forum: Fixing WordPress
In reply to: Error Incoming Links in Dashboard – SOLVEDOh, and of course don’t forget to replace YOURWEBSITE with your URL.
Forum: Fixing WordPress
In reply to: Incoming Links RSS ErrorOh, and of course don’t forget to replace YOURWEBSITE with your URL.
Forum: Fixing WordPress
In reply to: Incoming links RSS ErrorOh, and of course don’t forget to replace YOURWEBSITE with your URL.