LilithX
Forum Replies Created
-
Forum: Plugins
In reply to: [Photo Gallery by Supsystic] Gallery non-responsive in fixed modeI’m not sure what you did to fix it, but it works good now! Thank you!
Forum: Plugins
In reply to: [Photo Gallery by Supsystic] Gallery non-responsive in fixed modeAny idea on how to fix multiple shortcodes on one page?
Forum: Plugins
In reply to: [Photo Gallery by Supsystic] Gallery non-responsive in fixed modeOk, I think it seems to mess up when you have more than one shortcode/gallery on a page. The last gallery shortcode seems to be responsive but the ones before it are not responsive. Check this page here:
Forum: Plugins
In reply to: [Photo Gallery by Supsystic] Gallery non-responsive in fixed modeHi, here is the link – i set the page private since I’m not ready to publish yet. It is #98 and also #86, #67 seems to work ok.
https://goo.gl/xVcPBp
pw: lucidForum: Plugins
In reply to: [WP Page Widget] WP Current Version – 4.2.2I’m also having this same issue.
Forum: Fixing WordPress
In reply to: Weird Navigation Expansion on certain pagesWell, I figured it out. It had to do with the plugin, Adsense Explosion which was messing with my layout. I had to uninstall it and it’s fixed.
Thanks for your help.
Forum: Fixing WordPress
In reply to: Weird Navigation Expansion on certain pagesI checked other browsers and the same pages I’ve mentioned are still messed up. Any other ideas?
Forum: Fixing WordPress
In reply to: How to hide specific posts from specific pages?ok, I found the solution.
Go to editor and select the page you wish to edit then do a search for this line:
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
Put the following code before the line above:
<?php $paged = (get_query_var(‘paged’)) ? get_query_var(‘paged’) : 1;
query_posts(“cat=-8&paged=$paged”); ?>-8 would be the Category ID. If you want to exclude more categories from the page you would do the following:
<?php $paged = (get_query_var(‘paged’)) ? get_query_var(‘paged’) : 1;
query_posts(“cat=-8,-9,-10&paged=$paged”); ?>This solution should work for any page that is showing posts, not just the index/main page. Hope this helps someone else.
Forum: Fixing WordPress
In reply to: Suffusion Theme Sidebar Issue when using amazon text widgetSayontan,
Thanks so much for responding. I have taken your advice and added titles to my widget boxes. This seems to make it look better anyhow. I don’t know why I ignored it before.
I’m so glad a solution was found as I was determined to use this theme and didn’t care to use any other. Thanks to all for any input given. I’m sure this will help a lot of people who have had this same problem.
Forum: Fixing WordPress
In reply to: Suffusion Theme Sidebar Issue when using amazon text widgetThank you so much!! I did this and it fixed my problem. I will notify the creator of this. Thanks again!
Forum: Fixing WordPress
In reply to: Suffusion Theme Sidebar Issue when using amazon text widgetIt happens with any widget it seems. I tried other widgets and it did the same thing so I know it’s not the affiliate code itself. Any ideas?
Forum: Fixing WordPress
In reply to: Suffusion Theme Sidebar Issue when using amazon text widgetI would if I had something other than Windows 2k. I tried something else and reversed the order of my widgets from bottom to top in my widget drag and drop area and now it shows fine in mozilla but the other way in IE. This is driving me crazy. I just want it to be the same for both browsers. Anyone have any ideas of why this would be happening? I have Firefox 3.5.3 as well. Thanks.
Forum: Fixing WordPress
In reply to: Suffusion Theme Sidebar Issue when using amazon text widgetStrange. I see it the other way..Do you think it’s something in my browser settings? I have the latest version of mozilla.