Cevi
Forum Replies Created
-
EDIT:
I’ve increased the memory limit to 128M and 64M for single script in the php.ini file but still no luck.Forum: Plugins
In reply to: [Popup by Supsystic] How to call the .js of the PopUp in the Body or Footer??? The current design of the plugin is perfect. What i am asking is when my page starts to load there are some javascript files that are loaded in the header which slow down the loading process. Among the few javascripts are also these 3 from your plugin. What i want to do (for a faster page load) is decrease the number of javascript that is called during page load. So since i am setting the popup to show after 11 seconds which is loaded in the header, I could set it to lower time period and call it in the footer.
Forum: Plugins
In reply to: [Popup by Supsystic] How to call the .js of the PopUp in the Body or Footer?No. What i want to accomplish is due to an performance make the plugin load in the body or the footer. Currently it is called in the header as with 3 .js files:
https://onlypurenature.com/wp-content/plugins/popup-by-supsystic/js/common.js?75f0b4
https://onlypurenature.com/wp-content/plugins/popup-by-supsystic/js/core.js?75f0b4
Because I’ve set the popup to appear after some 11 seconds it would be basically the same if i call it in the footer and then set it to appear after some 8 seconds.Considering if the whole page loads in 3 seconds. By this i will gain in page load performance.
This would be also great if maybe in some feature update you set an option to call the popup from the footer.
I hope you get my request now. Thanks in advance. ??
Forum: Themes and Templates
In reply to: [Dynamic News Lite] Responsive ad doesn't showOk Guys, I’ve found the problem. It was plugin related. I should have tried this in the first time. I’ve started disabling the plugins one by one and the ad showed up. It was one of the pagination plugins that I’ve recently installed. I am going to their forum now and will tell them about this issue.Thank you and stay well.
Forum: Fixing WordPress
In reply to: Responsive ad doesn't showI’m not sure if would be ok to paste the code here generated from adsende. And I’m using the quick adsense plugin for WordPress. I’m also using another plugin for click fraud monitoring which is putting a div tag around the code but it’s totally fine with it because I’ve already tried the original code without the div and still the ad won’t show.
Forum: Fixing WordPress
In reply to: Responsive ad doesn't showSorry i forgot that. Here is the link.
As you can see the middle ad shows as a thin yellow line.Forum: Fixing WordPress
In reply to: Responsive ad doesn't showThe theme is Dynamic News Lite and I’ve already wrote on their support page but no response till now. The code is the original one form the Ad Sense. The ad was working perfectly fine few days ago and suddenly stopped showing.
I’ve asked the same question on the Ad Sense forums and they’ve told me that maybe it’s site related.Forum: Plugins
In reply to: [Popup by Supsystic] Popup is not displayed.Hi guys. I am getting the same error on my website (The Popup doesn’t show up), so could you please provide me some feed back here. I have basic knowledge of php, html and css so feel free to guide me.
BTW i am using a child theme with custom header.php, if this changes something. ??
Here is my site OnlyPureNature
Thanks.Forum: Themes and Templates
In reply to: How to center text from the list in my sidebar?I know that is not possible to delete class from css but i know that it can be set to hidden.
There is a text “Categories” in the .Categories class that i want to be removed or hidden.
I’ve tried to manage this but with no luck.
All i want to do is to center align all the items on the sidebar and remove or hide that “Categories” text under the first “shelf” and above the “fruits” category.
Something similar to this:===============
Categories -> removed or hidden
Fruits===============
March 2014===============
“The search bar”===============
Site Admin
LogoutForum: Themes and Templates
In reply to: How to center text from the list in my sidebar?Forum: Themes and Templates
In reply to: How to center text from the list in my sidebar?Yess, job done. ??
Only if i can take the “Categories” text 1-2px up to be the same as the others and that will be the thing.
Anyway thank you a lot for your effort. ??Forum: Themes and Templates
In reply to: How to center text from the list in my sidebar?Thanks my friend, this did the job. ??
They are all centered now except the first one “Categories” which stands with right alignment.
Is it maybe that its not in the h2 section?Forum: Themes and Templates
In reply to: How to center text from the list in my sidebar?With Firebug if you disable/hide the 3 background images of the sidebar a block will appear around the “Categories”, which when selected appears outside the CSS.Here i can set the padding like above and the list gets centered, but this is done only in live mode.
In the CSS I had no luck.Forum: Themes and Templates
In reply to: How to center text from the list in my sidebar?Yes indeed I used Firebug for this and managed to fix it in the center but only trough the html but since I’m using a child theme I was thinking if there is some way for accomplish this by modifying only the custom CSS?
I can modify the html but I’m afraid of the possible theme update.