Forum Replies Created
-
AuthorPosts
-
March 16, 2020 at 10:43 pm in reply to: Adding a "slide" transition to the Post Slider element #1193666
Okay thanks. We can go ahead and close this thread.
March 13, 2020 at 12:48 am in reply to: Adding a "slide" transition to the Post Slider element #1192808Yup, that login info is included!
Hi! My video is not loading in lightbox. It’s going straight to the Vimeo link. Can you please take a look?
Here is the video image: http://f45globalsales.wpengine.com/#howitworks. (hosted on WPengine) I want users to click the play button and have the video pop out like it does on this page: https://factory45.co/#howitworks
Please advise!
Go ahead and close it. Thank you!
Thanks, Rikard.
I ended up disabling the “Optimize CSS” option in the Autoptimize plugin that we had running on the site, and that seemed to do the trick. Thought you’d be curious to know!
March 4, 2016 at 10:04 pm in reply to: Grid Row – Text Content Overlapping into the next cell #593545Hi Vinay! Thanks for your response. Is a word break the only solution here? I was really hoping I could set a media query to create extra padding for smaller screen sizes OR use the query to make the font size smaller. I really like the layout of the words and I don’t want to break them up. I just want them to look centered with an even amount of padding around them. Any additional thoughts?
Emily
March 2, 2016 at 2:26 am in reply to: Grid Row – Text Content Overlapping into the next cell #591841Hi Ismael,
I’m running into a similar issue. I have a 1/4 – 1/2 – 1/4 row set up inside of a color section. My content is in the middle in the 1/2 section. It appears fine on the desktop, but when you minimize it to say, an iphone6, you can see that the padding on the right doesn’t seem to be kicking in. In the column settings, I have set the inner padding on all four sides to 40px.
Here’s the page: http://factory45.co/subscribe
Here is an image of my inspect tool looking at the page as an iphone6:
http://imgur.com/UcZEj1FEmilyNote the lack of padding on the right side of the content. What are your thoughts?
Emily
I did, yes! I mentioned all of the things I tried above in my first inquiry. Can you let me know which of the listed dimensions I should try to change in the Simple Image Sizes settings? Before writing it off, I want to make sure I was using it properly. Thank you!
Still not working. But when I adjust my browser window to show responsive versions of the site, you can see that the css you sent for #top .fullsize .template-blog .big-preview img kicks in.
View the screenshot here: http://imgur.com/Y1D8HB8
Any thoughts?
Link where the issue is: http://melissafancy.com/blog
Screenshots:
http://imgur.com/FWm6pPH (shows the current dimensions of the featured images on the blog page)
http://imgur.com/9aIYiGY (shows the ideal dimensions of the featured images)Just updated my theme. Still not working :/ What else can we try?
Will do on future screenshots.
I added the code to Quick CSS and still no change. I refreshed a bunch of times, tried it in an incognito window, and tried deactivating the simple image size plugin. Nothing.
I’ve included admin access for you here.
Thoughts?
Hi Elliott,
Here are two screenshots. For me, the 500×305 image (http://melissafancy.com/wp-content/uploads/2015/11/5TIPSBADREVIEWS-SHORT.jpg) is being resized to 910 x 555.
Hey guys! I’m running in to the exact same issues as peanutgraphic. I’m using the Blog Posts Content Element within a Color Section on the blog page and I have the Blog Style set to Single Author, big preview pic. The preview image size is set to Large (500×400), but for some reason, the preview image size is only showing up as a full width image. More specifically, 910x555px. What is going on here? I can’t for the life of me get this image to actually show up as 500×400.
Here is what I’ve tried:
- Tried using: https://de.wordpress.org/plugins/simple-image-sizes/ to change image sizes. Still didn’t work.
- I’ve tested this in multiple browsers and incognito windows. And have done quite a few hard refreshes.
- I resized the thumbnails with http://wordpress.org/extend/plugins/regenerate-thumbnails/. Still didn’t work.
- Edited the functions.php file to include the following code. Still didn’t work.
add_filter( ‘avf_modify_thumb_size’, ‘enfold_customization_modify_thumb_size’, 10, 1 );
function enfold_customization_modify_thumb_size( $size ) {
$size[‘square’] = array(‘width’=>300, ‘height’=>300);
return $size;
}I’ve included the login information to the site. Please help! Thank you and happy new year :)
Emily
Thank you, Yigit. That worked!
My tags aren’t showing up anymore. They’re currently reading like this:
TAGS: , , , , , , , ,
You can see an example of what I’m seeing down at the bottom of the post here: http://eenvoudny.com/keep-showing-up/
Any chance this is also related to the 4.4 version? Login info attached.
December 11, 2015 at 7:37 pm in reply to: Blog Post Grid Pagination stopped working after upgrading to 3.4.6 #551248I’m having the same issue here: http://www.factory45.co/blog.
Login details attached.
Hi Rikard,
Thanks for the quick response. I added that to my quick css and still no luck. Any other thoughts?
Emily
I’m having the same issue. Here is a link to the blog in question: http://factory45.co/blog.
I tried this, but still no luck:
.entry-content-header {
display: none !important;
}Looking to remove the tags/categories above the post title on the main blog page. Please advise!
This reply has been marked as private.This reply has been marked as private.May 4, 2014 at 5:30 pm in reply to: Responsive Dropdown Menu not showing up on mobile device #259974Thank you! That fixed it.
-
AuthorPosts