Waldoctg
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF.js Viewer] pdfjs isn’t working on an Avada theme websiteWell even when I use a regular theme and no the Avada theme, it still doesn’t work. Is it an issue with WordPress or my permissions?
Will it migrate all the data (meta data, published date/posting time, images, text, formatting, etc.) if I pay for it?
Anyone have a fix for this? It’s really bugging me.
This is happening to me too. Would love some insight.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Featured Images Aligned To LeftOK, thanks. Now what about this page? http://howtodjquickly.com/djinfo/songs.php?id=7064
It is off of a separate php page, but I feel it should still work…
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Featured Images Aligned To LeftWorked, thanks so much! How’d you get this?
Forum: Themes and Templates
In reply to: Twenty Fourteen Previewd Images Left AlignedAnyone? I’d really appreciate your help.
Forum: Fixing WordPress
In reply to: How To Run A/B Testing With Multiple WP ThemesAnyone?
Great. Thanks!
Forum: Themes and Templates
In reply to: Need Help To Center Twenty Fourteen Footer WidgetUPDATE: I fixed it.
Changed this:
@media screen and (min-width: 1008px) { .footer-sidebar .widget { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: left; padding: 0 30px; width: 25%; }To this:
@media screen and (min-width: 1008px) { .footer-sidebar .widget { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: left; padding: 0 30px; width: 100%; text-align: center; }The main culprits were these two:
width: 100%; text-align: center; //Only need this if you have text with your footer. Otherwise the width:100% will do just fine.Forum: Themes and Templates
In reply to: Need Help To Center Twenty Fourteen Footer WidgetSorry, yes child theme.
Forum: Fixing WordPress
In reply to: Not Allowing Me To Changes Category SlugThat’s the thing though, I don’t… Any other reason why this might be the case?
Oh ok… How much For you to do it?
Oh, OK. Problem is even the 100% doesn’t work… I had to do it at 1400% for it to work on the home page, however once I go on other pages it is way to far down.
Also, when I use the responsiveness (make the browser smaller), it will be too long…
Also, can you elaborate on why I cannot edit the php? Say if I added two widgets, it would be nice if they automatically stuck to the bottom of the page. Say they only would make that page bigger if the entire sidebar was filled up top-to-bottom with widgets… Do you understand?
[Moderator Note: No bumping, thank you.]
OK thanks! However, even still, is there a way to have the widgets start from the bottom to the top?