sginsbe
Forum Replies Created
-
@cavalierlife Changing the CSS print method to Internal Embedding (as suggested at that link) seems to have fixed it. Here’s hoping it stays fixed. Thank you for your help!
One thing I forgot to mention is that stylesheets seem to load fine in the editor, even as I make updates in the editor. As soon as I exit the Elementor editor and view the page, the stylesheets won’t load.
Hi, thanks for your quick reply. I tried what you suggested and it seems to have broken the rest of the pages in the same way. The only other CSS at work is through the theme customizer (there is a section to add custom CSS), but I tried deleting the rules that were there and it didn’t solve the issue.
Forum: Reviews
In reply to: [Advanced Excerpt] One glaring flawThanks so much for sharing this! I just incorporated the extra code into my site as well.
Forum: Plugins
In reply to: [Shortcodes Ultimate - Content Elements] Spoiler shortcode as PHP codeIf you haven’t already gotten an answer to this, you probably want to check out the documentation here: http://gndev.info/kb/use-shortcodes-template-files-another-plugins
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] How to remove the 'arrows'You should be able to do this by going to edit your slider and clicking the Slider Controls tab. Then you can click the trash icon next to Arrows to get rid of them.
Don’t know if this is what you’re looking for or not, but I did something similar on a site with the Foo Gallery Owl Carousel plugin: https://ww.wp.xz.cn/plugins/foogallery-owl-carousel-template
Forum: Plugins
In reply to: [Theme My Login] Error message does not appear on wrong passwordYou’re right–I discovered later on that I believe the .htaccess file was altered by the iThemes Security plugin. Do you think it’s possible this plugin is interfering with the error message from TML?
Forum: Plugins
In reply to: [Theme My Login] Error message does not appear on wrong passwordYeah…I had to disable this plugin. I think it may have done something to the .hataccess file that ended up breaking my site.
Forum: Themes and Templates
In reply to: [Virtue] Always show author info boxThanks!
For reference, I’m using the Simple Grid theme, so not sure if yours will end up being the same exact problem, but this is what I did.
I went into the theme’s header.php file and I looked for where it was getting jquery. I found these two lines:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script> <!-- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.3/jquery.min.js" type="text/javascript" charset="utf-8"></script> -->Originally, the first line was commented out and the second line wasn’t. It looked like the first line was a newer version of jquery so I commented the second line and uncommented the first and that seemed to work for me. I’m not sure why it was set up like that in the first place.
Hope this helps!
Forum: Plugins
In reply to: [User Role Editor] Custom user role can't upload mediaThe site is using a custom plugin we created so the comments can be entered with TinyMCE.
I did some more investigation of this and I think I know what the problem is but not how to solve it. Basically, I am trying to block users except admins from accessing the dashboard. It seems that this also blocks users from being able to upload images. I’m not sure how to achieve both of these things at once.
Forum: Plugins
In reply to: [FooGallery Owl Carousel Template] Images pushed too far downThat worked! I also had to adjust the max-height of #foogall-460 .foo-item. It was set about 20px more than the height I set in image size, which was adding extra space and an extra piece of border at the bottom of each image. I think I’ve got it worked out now.
Thanks so much for your help and for this great plugin!
Forum: Plugins
In reply to: [FooGallery Owl Carousel Template] Images pushed too far downSure, the carousel is on the front page here: https://arabellachapman.history.lsa.umich.edu/
Forum: Plugins
In reply to: [User Role Editor] Custom user role can't upload mediaAnyone have any advice on this? I really need this functionality working for my site.