Shane Taylor
Forum Replies Created
-
I just got it working. Thanks though 🙂
I stripped out the bit of code i needed from that plugin, all it does is completely remove the date and time, I’m trying to just get rid of the link around the date / time…
thanks. yeah I’ve seen this plugin. trying to accomplish it without a plugin though…
Forum: Developing with WordPress
In reply to: Customizer Sectionall i see is how to create sections and settings/controls…
I’m trying to display a div on the frontend, and what i’m currently doing that works is something like this:
<?php if ( ( !empty(get_theme_mod('mod1')) ) || ( !empty(get_theme_mod('mod2')) ) || ( !empty(get_theme_mod('mod3')) ) ) : ?> <div id="mods" class="container-fluid"></div> <?php endif; ?>but I know doing it that way is a little hacky… just trying to check if any of the settings inside the parent section are being used.. instead of checking each theme_mod (there are over 20)
Forum: Developing with WordPress
In reply to: Customizer Sectionno not really. I read through all that, but my skills are intermediate at best and I’m not sure what I’m looking for. I’ve spent 7+ hours on this and have only been able to rule out what doesn’t work….
thanks though…
- This reply was modified 6 years, 11 months ago by Shane Taylor.
Forum: Developing with WordPress
In reply to: WP Customizer show divohhh… maybe I’m not saying this correctly… I’m not trying to conditionally/dynamically display anything in the backend customizer.php….
I’m trying to display/hide a div on the frontend if theme_mods / theme_options are selected in a specific panel > section of the customizer…
something like: (this is super hacky and I’m making this up)
if !empty( panel > section > social_mods ) {
then display div;
endif;
know what I mean?
Forum: Developing with WordPress
In reply to: WP Customizer show divthanks for the reply, and I understand what you are saying, I’m just using social links as an example…
im doing this for multiple things, besides theme links…. possibly colors, img bgs, etc….
how would I go about doing this without listing each setting/control ?
I’m looking for a better way to display a div if any theme_mods theme_options are selected in a specific panel section…
- This reply was modified 6 years, 11 months ago by Shane Taylor.
Forum: Fixing WordPress
In reply to: 5.2 super buggyand no its not a plugin or my theme… because like i said before, everything was fine until the WP5.2 update…………
Forum: Fixing WordPress
In reply to: 5.2 super buggyIts almost like I have a memory issue, but i checked the config and i have it set to 256….
or maybe a caching issue??
What’s the fix for this please??!!!!
Forum: Fixing WordPress
In reply to: White admin area after 5.2 updateUpdate – I renamed my theme and plugins folder until I found the issue.
I believe it was the Under Construction AND Ultimate Member Plugins causing the conflict with WP 5.2
I removed them and am back inside after reverting back to WP v5.1.1
Forum: Fixing WordPress
In reply to: White admin area after 5.2 updateI can get to the /wp-login.php but after that, it just stays at the /wp-login.php but the screen is now all white….
also, just wanted to note that the plugin seems to be working fine regardless….. but I am wondering as to why I’m seeing those errors….
oops sorry just realized i had to have that extra extension installed…… works great!
Forum: Themes and Templates
In reply to: [Twenty Nineteen] Excerpt not showing?That sounds like a good feature to add 🙂 Yeah you were just looking at my old theme by the time you were looking at this support thread…
thanks for your response 🙂
Forum: Themes and Templates
In reply to: [Twenty Nineteen] Excerpt not showing?no i ended up switching back to my to my old theme 🙁