balux
Forum Replies Created
-
Forum: Plugins
In reply to: [Image and video gallery from Google Drive] plugin inside elementor?Hi thanks, I am not able to find the shortcode..where is it?
Thank you
Hi thanks, I tried the template workaround but the issue persist in the new page. I’m trying to solve it with the host provider.
thank youI’ll add links to screenshots of the browser console which shows errors on page load and after pressing update button. thanks!
Forum: Plugins
In reply to: [Yoast SEO] Wrong sitempap generatedHello, sorry I don’t know, it looks fine now maybe my browser had cache issue or something like that. Thanks anyway!
Thanks for the suggestions, I’m just spending my time writing !important everywhere and it works often, although it’s such a bad habit that I feel code like this shouldn’t even be allowed. Anyway my only concern with dequeuing the original monster css would be that if they do an update to the plugin and the css classes etc then it would be a mess to figure out what changed and how? Thoughts?
Forum: Plugins
In reply to: [Post grid and filter ultimate] Filter not workingthanks I didn’t notice that! Fixed it, all perfect! Thanks again!
Forum: Themes and Templates
In reply to: [Kai] TypeError: e is null (in pages and posts)well I’ve luckily fixed it myself.
In /wp-content/themes/kai/js/script.js
you need to wrap the following
imagesLoaded( container, function() { msnry = new Masonry( container, { // adjust to match your own block wrapper/container class/id name itemSelector: '.post-item', // option that allows for your website to center in the page isFitWidth: true, gutter: 10 }); });
into an
if
statement to check container. Like this:if(container !== null){ imagesLoaded( container, function() { msnry = new Masonry( container, { // adjust to match your own block wrapper/container class/id name itemSelector: '.post-item', // option that allows for your website to center in the page isFitWidth: true, gutter: 10 }); }); }
- This reply was modified 4 years, 10 months ago by balux.
Forum: Plugins
In reply to: [Staff List] images not displayingHi,
thanks I will look into that..I’m just wondering why the issue only happens with some images displayed through the Staff List plugin..
BestForum: Developing with WordPress
In reply to: get_the_post_thumbnail() issueusing
get_the_post_thumbnail_url
made it!thanks!
Forum: Developing with WordPress
In reply to: get_the_post_thumbnail() issueHi, yes I know, it’s the feature image that I want to display.
I don’t get why I read this with firebug
<img class="img-responsive img-circle" alt="" src="<img width=" 1024"="" srcset="https://test.assatena.it/wp-content/uploads/2017/01/castelnuovo.jpg 1024w, https://test.assatena.it/wp-content/uploads/2017/01/castelnuovo-300x225.jpg 300w, https://test.assatena.it/wp-content/uploads/2017/01/castelnuovo-768x576.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px" height="768">
and clearly there’s an error here
src="<img width=" 1024"=""
which I guess it’s likely to be the error I am looking for, but I don’t understand where all this stuff’s coming from. I deleted all the plugins I had but nothing :/
what do you mean by “switch to twentysixteen troubleshoot”?
Thanks- This reply was modified 8 years, 1 month ago by balux.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] css inconsistency?Hi Nick, thanks for that. Is just that I have no idea how to find out which is the “first” script to be read by the browser..I will try to figure out..thanks!
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] css inconsistency?Hi Nick, sorry for the late reply. I am using bootstrap default js code to trigger the modal. I haven’t touch it as I was changing the modal size only through css.
Thank you!
B.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] css inconsistency?Hi Nick!
This solution will definitely enlarge the overall width of the calendar but it won’t actually change its appearence (as you can see now). I tried also adding a similar code for height and the total height of the calendar is increased but it still displays in the “folded” way.
Thanks for your patience ??
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] css inconsistency?Hi Nick, thank you for you help!
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] css inconsistency?actually, a simple solution: in the menu navbar (top) click on the second title (Sale Prove) which highlits in red when hovered. This will take you straight to the section with the images ??