zhanna
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Astra] Post titles instead of “Next Post” and “Previous Post”?Thank you! I had just figured out a different (but similar) way to do it by overriding astra_single_post_navigation_markup(); yours is more elegant. I learned a lot, though! Thank you!
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Master Slider Display Issue in Tabs@aureliarose I’m so glad I could help!
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Master Slider Display Issue in TabsTry this CSS, adapted for your code if necessary (you might not need the pills, for example):
.tab-content > .tab-pane, .pill-content > .pill-pane { display: block; height: 0; overflow-y: hidden; } .tab-content > .active, .pill-content > .active { height: auto; }
For context see: https://github.com/kenwheeler/slick/issues/619#issuecomment-67228390
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] can’t see images in the dashboardDo those image filenames contain any special characters like spaces or apostrophes? I had uploaded a few images with filenames containing those characters, and got blank white boxes (I think like what you’re describing). When I modified the filenames and uploaded again, I could see the slides as usual.
Forum: Fixing WordPress
In reply to: Videos stretched in Bootstrap collapse panelsThat seems to have done it. Thank you!
Forum: Plugins
In reply to: [Firelight Lightbox] Box-sizing border-box issueWorks great for me, too. Thank you for all of your help!
Forum: Plugins
In reply to: [Firelight Lightbox] Box-sizing border-box issueYes, you’re right, now I am seeing the same thing in all three browsers. The other day, it seemed to only be happening in Firefox; I may have been mistaken.
With or without the border-box styling, I’m seeing just what you describe: the “bounce” upon opening an image (almost as if it is recalculating the position), and the misaligned close and arrow buttons.
I have now removed the code you posted above; to me it looks the same either way.
https://jennifergalas.com/2013/06/30/summer-colors-and-cactus-flowers/
Thank you!
Forum: Plugins
In reply to: [Firelight Lightbox] Box-sizing border-box issueTry this: https://jennifergalas.com/2013/06/30/summer-colors-and-cactus-flowers/
I left the code in the sidebar widget, but I can remove it if you want.
Thanks so much!
Forum: Plugins
In reply to: [Firelight Lightbox] Box-sizing border-box issueI tried it, but I don’t see any change.
Forum: Plugins
In reply to: [Firelight Lightbox] Box-sizing border-box issueHi,
I’m having the same problem in Firefox with Easy FancyBox (latest version) and the Twenty Thirteen theme. Everything displays fine in Chrome and IE. In addition, the close and right arrow buttons are misplaced. I too cannot disable these styles in the theme without breaking the layout. Can anyone offer a workaround?
Thanks so much!
Forum: Installing WordPress
In reply to: Weird PHP version conflict please help!I had the same problem; cPanel was reporting version 5.2.14 but on my host, even though PHP5 was available, I had to specify that I wanted to upgrade to PHP5. Until I did that, I was actually still using version 4.4.9. You may be able to switch to PHP5 using cPanel, or by adding lines to your .htaccess file—in my case I needed to add the following:
AddHandler application/x-httpd-php5 .php5 .php4 .php .php3 .php2 .phtml
AddType application/x-httpd-php5 .php5 .php4 .php .php3 .php2 .phtml