lic-8008
Forum Replies Created
-
SOLVED, thank for such a quick and effective response. This is a basic plugin I really rely on ??
ok perfect and it worked.
For others, what I did (suggested by wfasa: thank you!)1 – checked with my provider if json was indeed active (it turned out it wasn’t)
2 – in my provider’s cpanel -> options-> PHP I went to the ‘select PHP version’ and settings, activated PHP 5.6 and activated the json module to load.
site is now up and running, WITH Wordfence ON and everyone is happy. It really just took 2 clicks once I knew what to do ??
NOTE: remember to activate wordfence again (admin, plugins), if you deactivated it through renaming the folder with ftp.
yes, long description field.
common simple html code.
It’s version 3.5.7. – I just installed it 2 days ago.
I switched themes (to 2012) – problem unchanged, good to know it’s not wpautop.
It’s really a lovely plugin, powerful and smart. With the < BR > adding solved I’d be super happy!I see that the post applied `
‘ tags everywhere because I did not backtick them when I wrote them. So just to clarify: The plugin adds BR unwanted BR tags.Forum: Plugins
In reply to: [Featured Video Plus] video & thumbnail loads but then resizesAddendum: I use the theme ‘Vantage Premium’ by Siteorigin. I also have tried having Javascript API on and off, in the plugin settings. No difference.
Forum: Themes and Templates
In reply to: [Make] Make theme update breaks site (alert)PS: for the previous user who couldn’t solve the problem:
- I used FileZilla and connected via FTP to re-upload the old theme.
It’s probably possible in other ways, I just like using Filezilla. - Then I renamed the folders in Filzilla, so wordpress understood they where ‘broken themes’
- This activated the default theme so I could chck the site. It worked!
- After checking, I gave back the true names for Make and Make child – keeping the earlier Make version (i.e. I cancelled the update this way)
And everything was then back to normal, until the update problem gets solved.
I hope this helps you!
Forum: Themes and Templates
In reply to: [Make] Make theme update breaks site (alert)ps: I didn’t use the Welcome to wordpress plugin, not needed. Just left it there, ‘dormant’.
Forum: Themes and Templates
In reply to: [Make] Make theme update breaks site (alert)Yes – all is fine on my end ??
I can duplicate this post in a new thread too if needed (tell me and I will do) – but really I only customized css-wise – no special functions, PHP or other.
Active Plugins:
Enable Media Replace
Force Regenerate ThumbnailsPreserve Editor Scroll Position
Preserve Editor Scroll Position
Rel Nofollow Checkbox
Remove Widget Titles
Shortcodes Ultimate
Welcome to WordPress — plugin by godaddy economy hosted website (not managed) — Optimal configuration and additional help for your WordPress site. This was installed when the account was setup.
Wordfence SecurityForum: Themes and Templates
In reply to: [Hueman] How to make secondary sidebar allways hidden?addendum: to further personalise the sidebars, the theme has the function ‘create sidebars’ – but I do see that the social icons always stay in ‘primary sidebar’ and the other sidebar always says ‘more’ (and this is where I wanted the navigation), independently of what you define… So if you say the ‘primary’ is secondary, and viceversa ‘more’ is primary, the content will move as wished but the social icons want to stay in primary no matter what you define primary to be.
So yes, having navigation to the left (and collapsed) won’t work if you want the socials visible. But a separate plugin can show these anyway.
It’s a bit convoluted, I hope I’m understandable. Testing it out in the theme options is much easier and will show the problem.Forum: Themes and Templates
In reply to: [Hueman] How to make secondary sidebar allways hidden?Just an addition to a question on how to move the ‘more’ sidebar to the left:
in the SIDEBARS section of THEME OPTIONS, you can select which sidebar is the ‘primary’ and which is the ‘secondary’.
Putting ‘primary’ as the secondary, and viceversa, just does the trick. (switching primary and secondary in the two fields)Forum: Plugins
In reply to: [AddQuicktag] addquicktag June 19 update kills all buttonsOk it’s working, all is fine! ??
THANK YOU, this is really a great plugin, great you fixed whatever was the matter, and so fast.Forum: Plugins
In reply to: [AddQuicktag] addquicktag June 19 update kills all buttonsOk, updated to 2.3.1 – not yet working, the error:
Uncaught TypeError: Cannot read property ‘post’ of undefined
is still there for add-quicktags.js?ver=3.9.1:10Iin ‘Visual’ I have the standard buttons from wordpress.
in HTML: nothing, only the shortcode plugins buttons.No other error is reported.
Forum: Themes and Templates
In reply to: [Vantage] Vantage Social MediaMaybe you will like this.. surprise:
I was trying to stop the header social widgets from overlapping the logo (in the small vertical Ipad size, quite hybrid).
Eventually I wrote a theme custom css like this:.widget_vantage-social-media { margin-left: 700px}
where the margin-left is just a bit wider than the logo size.It worked surprisingly well: generally the icons stay put, in a row. But in the vertical ipad they… stash vertically! and it looks fine…
One line of code, solved. At least as far as I can see with this tool:
https://ami.responsivedesign.is/#Forum: Themes and Templates
In reply to: [Virtue] Menu & trigger points (@media)**RESOLVED**
OK THIS WORKS. Thank you so much.To help others, here’s the complete css solution. Copy / paste into child style sheet or into custom css in theme:
/* MENU CHANGE TRIGGER POINTS (@media) */
@media (max-width: 992px) {
#nav-main ul.sf-menu,
.nav-main ul.sf-menu,
#nav-second ul.sf-menu { display : block; }#kad-mobile-nav,
#mobile-nav-trigger { display : none; }
}@media (max-width: 768px) {
#nav-main ul.sf-menu,
.nav-main ul.sf-menu,
#nav-second ul.sf-menu { display : none; }#kad-mobile-nav,
#mobile-nav-trigger { display : block; }
}/* MENU FLOAT LOGO & BUTTONS */
@media (max-width: 992px) {
.kad-header-left {
float:left;
width: 33.33333333333333%;}.kad-header-right {
float:left;
width: 66.66666666666666%;}
}see it in action here: https://www.sicreaweb.com/
Forum: Themes and Templates
In reply to: [Virtue] Menu & trigger points (@media)Thank you for caring and responding so fast ??
alas: better, but we are not yet fully there – I checked both manually (resizing screen) and with screenfly (https://quirktools.com/screenfly/)
now the menu jumps down on top of the page content, hiding it.
The logo is flush left as desired but its div takes up all of the top space width (at 800px).I usually manage well with css & Inspect Element – but here I don’t seem to find exactly where to make my changes. Hence I have to ask you, I’m sorry.
- I used FileZilla and connected via FTP to re-upload the old theme.