Yes, I don’t think we have at all. Just classic editor and WPBakery Page Builder. If we migrate to the Redux framework via Gillion > Framework Upgrade, should we import all settings? Will only save our theme settings or other things? Thanks!
That worked! Brilliant. Thank you so much for your help on this.
Ok! Before I close this ticket (if that is needed) is there any way, with CSS, to override the icon for Tumbler to make that the TikTok icon and I’ll just use that space for that URL in the WP-admin theme settings?
Ok, good to know. Yes yes, please do consider adding it.
It did! Thank you so much. Just one other question… is there a way to add a TikTok icon with link in the place of the Tumbler one? We don’t use Tumbler anymore but do have a TikTok account we would love to have up there and link out to.
Hmmmm that didn’t seem to work. Do I need to put !important with all of that css?
Sure! It is below:
Is that possible for you to send me? The CSS code to change the order? Our order right now is:
Facebook – Twitter – Instagram – Pinterest – YouTube – LinkedIn
We’d love to have it as:
Instagram – Facebook – Pinterest – Tiktok – LinkedIn – Twitter – YouTube
And just to note, the error it shows with that php file is:
Uncaught SyntaxError: Unexpected end of input
I spoke with our hosting provider and they found the path of the other file. It is below in the private information field. Both files that throw the error in Google Console appear to exist in the JS_Composer folder in plugins.
Sure! For the php.default.min.js:888 I can’t seem to get any path from it. When I hover over it to view the path, it doesn’t show anything.
For the backend.min.js?ver=6.8.0:10 I have put the path in the “private information field” below. I am thinking maybe this file or something related is causing the problem since it is a backend WPBakery issue?
Yes, any help you could provide would be greatly appreciated. I just cleared my cache and tested again (in case it was a caching issue after the site update) and it is still having a problem. Basically, when in a “page” to edit it, when I click on the blue WPBakery “backend editor” button so I can edit with that view, it does nothing. The console errors showing when on the page edit screen are here as an attachment. We updated to the latest version of WordPress, the Gillion theme, WPBakery (which we have a license for as well) and all latest versions of plugins. Any help would be so greatly appreciated.
Just to follow up on this, if we wanted to use some WordPress conditional logic php code so that a graphic showed in a certain area (above where the main body content starts) on all POSTS that are under a certain category, would it be the “single.php” file we would edit and place in the child theme folder to have this conditional logic work so that the graphic showed on all post single article pages that are under our “weddings” category?
Thank you! I know you cannot assist with custom development but just to confirm we do it right to create a unique category template page, should we copy “archive.php” to the child theme folder and then also place in the child theme folder the “category.php” file there? Or should we leave “archive.php” in the main theme folder and only place the updated “category.php” file in the child theme folder?
Thank you so much. I appreciate your help.
I guess, just to follow up on my comment above, is there any way to get a child theme zipped and sent to me that I can upload to my site and activate that won’t mess up our site that includes the right files to have it in that I can then add the altered header-3.php file to?
Since we’re having such issues with our banner ad shortcode or template code working in the header ad spot on the Gillion template, I think we are going to have to hard code the template php ad code into the header. Since we’ll have to alter the header file can you help me with two things:
Thanks!
Sure. I could create that admin login. Just to ask first, can I place in php code like:
?php
adsanity_show_ad( array(
// any valid ad ID will do
// (you can get this from the main list of ads)
‘post_id’ => 1,
// (one of the following:
// alignleft, aligncenter, alignright or alignnone)
‘align’ => false,
// this will optionally return the output instead of echoing it
‘return’ => false,
));
?>
in that header AD spot? I tried and it just showed that text in the ad spot. I am trying to figure out a way (if I don’t use shortcode for the banner ad) for the ad to show on all pages. We’re using AdSanity banner ad plugin and they do have a php code option for showing the ad instead of shortcode if this is possible in the Gillion header ad spot. (https://adsanityplugin.com/help/guide/placing-ads-on-pages/template-tags/)
Yes, I do face the same issue. I placed [gallery] in on that box and saved and on some of our site pages, nothing showed (we don’t have a gallery set up under the gallery section in the backend) and then on our directory pages, where we are having the problem with the shortcode showing (like the private link I sent originally above) it showed the text “[gallery]” in that space.
This happened with another banner ad plugin we were using. It was the reason we changed to a whole new banner ad plugin but it is not resolving the issue so I think it is a theme header issue. Can you help?
Just to update to my last post above… I have tried making the basic theme changes (color, fonts, etc.) through the “customizer” and the “theme settings” but the changes are not showing (and not a caching issue). Also, again, we are running on v3.7.5.