The Travel Bunny
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Travel Way] Travelway site identity displayI have people reporting issues with the way the menu / header is loading on laptops too ?? Why is this happening? Wasn’t this extensively tested?
- This reply was modified 5 years, 8 months ago by The Travel Bunny.
Forum: Themes and Templates
In reply to: [Travel Way] Travelway site identity displayHi, I tried the code but it doesn’t seem to have fixed anything. People have started complaining about the mobile version on my facebook page. I’d like to remove the logo on mobile, please. And to keep the sticky navigation bar transparent and the font color in white even when scrolling. I think it would look much lighter and pleasant to the eye.
About the logo image on the desktop, I want it to be to the left of the title and tagline. When I tried to do it on my own, positioning them like this made either the title or tagline display on two lines instead of one.
<table>
<tr><td>LOGO</td><td>Title<br>Tagline</td></tr></table>Forum: Themes and Templates
In reply to: [Travel Way] Travelway site identity displayStill me, waiting for a reply. I would also like the logo to not change its size when scrolling down on mobile. Or to remove it altogether when scrolling down on mobile. Is this possible?
Forum: Themes and Templates
In reply to: [Travel Way] Travelway site identity displayHi, the theme is now live. Can you please help me?
Website: https://www.the-travel-bunny.com
Forum: Themes and Templates
In reply to: [Travel Way] Image sizes and other dimensionsThank you!
Hi, it was because of the most recent bug Google Webmasters experienced. They fixed it now and it’s ok.
Thanks for your help ??
Forum: Fixing WordPress
In reply to: Edit post and Add new post pages aren’t loadingI checked them side by side, too, and nothing seems to be missing. I edited the end, to fit with the sample. Nothing new when I exit debug mode ??
Forum: Fixing WordPress
In reply to: Edit post and Add new post pages aren’t loading@stef: I tried updating wp-config sample with my personal info, taken from the current wp-config file. The entire site broke. Changed it back to old wp-config, debug mode.
What can I do about the js and css of the core? I believe the issue might be there since debug mode is ok only as long as debug mode for scripts is enabled.
Forum: Plugins
In reply to: [LiteSpeed Cache] 403 errors – LiteSpeed Cache with Quick.CloudYes, it was random. Both frontend and backend. I am currently in debug mode to be able to use my site.
Forum: Fixing WordPress
In reply to: Edit post and Add new post pages aren’t loadingHi Stef. I believe it was before adding the debug code above it.
After enabling debug mode, in the debug log I am getting:[26-May-2019 12:14:50 UTC] PHP Notice: Constant FS_CHMOD_DIR already defined in /home/fknwkhac39bw/public_html/wp-config.php on line 100 [26-May-2019 12:14:50 UTC] PHP Notice: Constant FS_CHMOD_FILE already defined in /home/fknwkhac39bw/public_html/wp-config.php on line 100 [26-May-2019 12:14:50 UTC] PHP Notice: Constant WP_CACHE already defined in /home/fknwkhac39bw/public_html/wp-config.php on line 101
which refers to:
require_once(ABSPATH . 'wp-settings.php');define('FS_CHMOD_DIR',0755);define('FS_CHMOD_FILE',0644);?><?php define('WP_CACHE', true);?>
Hi Calin,
Yes, it is, but since I installed this plug-in, Google no longer reflects the meta tags on the search page, for the home page only.
I have lightspeed, but it worked ok before Squirrly.
Anyway, after all the features that disappeared overnight from the live assistant, I might just go back to Yoast. ??
Thank you so much!
Forum: Themes and Templates
In reply to: [Sela] Change sub-menu from uppercase to lowercaseI have replaced my style.css with the one from a fresh download of a sela theme. I changed what you said, yet still no changes.
As for my additional css it is this, so I
body { color: #2c3e50; background: #ecf0f1; } .half { float: left; width: 100%; padding: 0 0em; } /* Acordeon styles */ .tab { position: relative; margin-bottom: 1px; width: 100%; color: #fff; overflow: hidden; } .tab input { position: absolute; opacity: 0; z-index: -1; } .tab label { position: relative; display: block; padding: 0 0 0 1em; background: #f0606e; font-weight: bold; line-height: 3; cursor: pointer; } .tab-content { max-height: 0; overflow: hidden; background: #ffffff; padding-left: 0.5em; font-weight: bold; -webkit-transition: max-height .35s; -o-transition: max-height .35s; transition: max-height .35s; } /* :checked */ .tab input:checked ~ .tab-content { max-height: 100vh; } /* Icon */ .tab label::after { position: absolute; right: 0; top: 0; display: block; width: 3em; height: 3em; line-height: 3; text-align: center; -webkit-transition: all .35s; -o-transition: all .35s; transition: all .35s; } .tab input[type=checkbox] + label::after { content: "+"; } .tab input[type=radio] + label::after { content: "\25BC"; } .tab input[type=checkbox]:checked + label::after { transform: rotate(315deg); } .tab input[type=radio]:checked + label::after { transform: rotateX(180deg); }
I even removed my additional css, yet the change in style.css doesn’t work. ??
I have a print screen after adding the original sela style.css, adding your change and removing additional css, but I don’t know how to add it.
- This reply was modified 6 years, 1 month ago by The Travel Bunny.
Forum: Themes and Templates
In reply to: [Sela] Change sub-menu from uppercase to lowercaseThank you, Gemma. I just tried this again. I tried it yesterday, too. It doesn’t change the sub-menu to lowercase ??