outsider98
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP] How to use iFrame Buttons on Amp Version of My SiteHi @milindmore22,
I tried out the plugin, but it doesn’t seem to work well with buttons (both WordPress buttons, and shortcode buttons).
Do you have any other plugins in mind?
- This reply was modified 3 years, 2 months ago by outsider98.
Forum: Plugins
In reply to: [AMP] How to use iFrame Buttons on Amp Version of My SiteHi @milindmore22,
Thanks for the suggestion, I’ll reach out to them.
However, do you have ideas on how to add ?amp iframes to a standard WordPress Gutenberg button?
Like, take this page for instance: https://movecinemahub.staging.tempurl.host/movie-reviews/test-button/
Do you have any ideas on how to turn any of the buttons on this page into a popup iframe without using the shortcodes plugin (amp or non-amp)?
Any assistance you can give would be appreciated. Thanks again.
- This reply was modified 3 years, 2 months ago by outsider98.
- This reply was modified 3 years, 2 months ago by outsider98.
Forum: Plugins
In reply to: [AMP] Sidebar Widget Not Displaying on AMPHi @jamesosborne, @shetheliving,
I’m so sorry for the late response. It took me a while to implement your suggestions, but I finally got my amp site’s sidebars and auto ads to work properly.
Thanks a lot for the suggestions, they were more than helpful.
@newwithtags Wow, thanks for clear things up. I honestly thought that this code was meant to help display scaled images on the front page.
It turns out the main culprit behind my improper image issue is the plugin I use to display posts ( Siteorigin post loop). Apparently, the plugin has a fixed image dimension, and that’s what stopping Smush from scaling my images properly.
Do you know of any other free plugin I can use to display posts on my homepage? One that also supports an alternating post layout similar to the Neve theme?
- This reply was modified 3 years, 11 months ago by outsider98.
I tried out your suggestion, but I’m still facing the same problems I stated in my first post.
Here’s the code I used:
add_action( 'after_setup_theme', 'my_child_theme_image_size', 11 ); function my_child_theme_image_size() { add_theme_support( 'neve-blog' ); remove_image_size( 'neve-blog' ); add_image_size( 'neve-blog', 338, 225,); }
Is there something else I should do after pasting the code in my child theme?
Please, I would appreciate it if you could break down the process step by step.
Thanks
- This reply was modified 3 years, 11 months ago by outsider98.
- This reply was modified 3 years, 11 months ago by outsider98.
Forum: Plugins
In reply to: [Flipbox - Awesomes Flip Boxes Image Overlay] Images are stacked on mobile@truscon @kimmi721 The code below should resolve the problem
@media screen and (max-width:780px){.oxilab-flip-box-col-4.oxilab-flip-box-padding-X {
width: 50% !important;
}}Where “x” is the number of the flip box id.
so for example:
for flipbox [oxilab_flip_box id=”7″], the css code would be:@media screen and (max-width:780px){.oxilab-flip-box-col-4.oxilab-flip-box-padding-7{
width: 50% !important;
}}Hope this helps
Forum: Plugins
In reply to: [Flipbox - Awesomes Flip Boxes Image Overlay] Images are stacked on mobileDone. Hope to hear from you soon ??
Forum: Plugins
In reply to: [Flipbox - Awesomes Flip Boxes Image Overlay] Images are stacked on mobileAny Luck?
Forum: Plugins
In reply to: [Flipbox - Awesomes Flip Boxes Image Overlay] Images are stacked on mobileI’m sorry, but I’m still having the same issue. The images are perfect on desktop. However, on mobile, they don’t appear side by side. Please assist.
if it could look like this image I would really appreciate https://testhub.cinemahub.me/wp-content/uploads/2020/09/ideal-image-.png
- This reply was modified 4 years, 6 months ago by outsider98.
If you need further information to assist, please say so, i really need to resolve this issue.