Trisha Johnson
Forum Replies Created
-
It seems like I can force the CSS width to always be 100vw, but I don’t want to have to do that.
mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
width: 100vw !important;
}Apologies for the delay — I’ve rolled back to the trunk version, but that does not seem to help the issue.
Forum: Plugins
In reply to: [Ultimate Wordpress Auction Plugin] PHP Timezone is InvalidGuys, update the on/around line 608 of ultimate-auction.php to this:
add_action('init', 'wdm_set_auction_timezone'); function wdm_set_auction_timezone() { $get_default_timezone = get_option('wdm_time_zone'); $timezone_string = get_option( 'timezone_string' ); if(!empty($get_default_timezone)) { return $timezone_string; }
It will solve your issues.
Forum: Plugins
In reply to: [Crop-Thumbnails] No longer works with Divi Gallery LANDSCAPEgreenwoodsilo.wpengine.com
these are the options that I can choose from when cropping thumbnails:
thumbnail
et-pb-post-main-image
et-pb-post-main-image-fullwidth
et-pb-portfolio-image
et-pb-portfolio-module-image
et-pb-gallery-module-image-portraitthe newest documentation from Divi:
version 3.0.34 ( updated 2-8-2017 )
Added Portrait Orientation mode to the gallery module. Old image thumbnails will need to be regenerated before using this option.I’ve already regenerated my thumbnails multiple times before and after using your cropping plugin.
Forum: Fixing WordPress
In reply to: "missing a temporary folder" prevents any uploadI believe I may have figured out this issue, as i am experiencing it as well.
When my customer initially set up his account through 1and1, he chose the Windows hosting, and not Linux, which is resulting in file permission errors, and not letting me CHMOD any of the files or folders to what they are supposed to be. I have switched the hosting package to Linux, and now I’m waiting the 3-5 days for the change to see if it resolved the issue. I will check back and let you know.Forum: Themes and Templates
In reply to: Sidebar has extra space at the top?here is the index.php code.
Forum: Themes and Templates
In reply to: Help! Broken theme!i think you need to change your stylesheet link on your index.php page to https://www.proflightsimulatorinfo.net/wp-content/themes/yoko/style.css::
<!DOCTYPE html> <html dir="ltr" lang="en-US"> <head><link rel="stylesheet" type="text/css" href="https://www.proflightsimulatorinfo.net/wp-content/w3tc/min/c01fb68d6d4ee906c68f930bc16eb73f.995488877.css" media="all" />
change to:
<!DOCTYPE html> <html dir="ltr" lang="en-US"> <head><link rel="stylesheet" type="text/css" href="https://www.proflightsimulatorinfo.net/wp-content/themes/yoko/style.css" media="all" />
Forum: Themes and Templates
In reply to: Help! Broken theme!<link rel="stylesheet" type="text/css" href="https://www.proflightsimulatorinfo.net/wp-content/w3tc/min/c01fb68d6d4ee906c68f930bc16eb73f.995488877.css" media="all" />
is this the correct url to your CSS page?
It doesn’t seem right…
Forum: Themes and Templates
In reply to: Sidebar has extra space at the top?I tried tinkering with the index.php code since you said that the post div blocks are mis-nested. However, I still am not able to fix it.
I’m really stuck on this, any help would be greatly appreciated!!This is what I have (if it will let me post it without using pastebin):
[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Themes and Templates
In reply to: Sidebar has extra space at the top?my site is atomicdrive.org/
Forum: Themes and Templates
In reply to: Sidebar has extra space at the top?^^ style.css code….