nikola797992
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Copy IframeI figured out what the problem is, my site is https and the iframe is from http source.
Is there any way to avoid this and still put this iframe to my website?Forum: Fixing WordPress
In reply to: Copy IframeOk I put the iframe back in https://www.realbrestrogenreviews.com/about/ so that you can see how it works.
Forum: Fixing WordPress
In reply to: Copy IframeYes both sites are hosted on the same server and I contacted them, waiting for response now.
If you mean this link https://www.realbrestrogenreviews.com/about/ then no, that shouldn’t have iframe cause that’s not the site about sport, I only put it there to see if it will show, and it showed.Forum: Fixing WordPress
In reply to: Copy IframeYes
Forum: Fixing WordPress
In reply to: Copy IframeThere’s no need for a plugin.
This <iframe src=”https://www.sportp2p.com/iframe/sport.php?type=1&bet=&count=100″ width=”100%” height=”3200″> </iframe> works on this site https://www.realbrestrogenreviews.com/about/
And on this https://www.jumpmanual.org/livestream/ it doesn’t.
And it’s the same themes.Forum: Hacks
In reply to: Pop out menu colorI have done it.
I couldn’t move the pop out button but I managed to move the whole wrapper so it’s in place now.Forum: Hacks
In reply to: Pop out menu colorI want to move pop out menu down cause It looks ugly when I change the color.
And I am able to do that with style bot developer but when I paste the code to my theme custom css it won’t work.Forum: Plugins
In reply to: [WooCommerce] Woocommerce product pageI found the solution I changed the color of the background where the text was.
Forum: Plugins
In reply to: [Product Slider for WooCommerce by PickPlugins] Full page sliderOH the only thing I needed to do is set the full page template in that specific page
Forum: Hacks
In reply to: Pop out menu colorI was looking to put this code
a:hover {
background-color: yellow;
color: red;
}
for whole site but I had to do each one separately.Thank you all for help!
Topic Resolved
Forum: Hacks
In reply to: Pop out menu colorIt doesn’t work I had to go one by one
Forum: Hacks
In reply to: Pop out menu colorHow can I combine these two codes together
a:hover {
background-color: yellow;
}
/* mouse over link */
a:hover {
color: red;Forum: Hacks
In reply to: Pop out menu colorI figured it out using Stylebot and then just copy css to my website.
Forum: Hacks
In reply to: Pop out menu colorI have found browser inspector for chrome SelectorGadget.
When I point selectorgadget to pop out menu it says #trigger-overlay.
My theme has custom css.
So how can I create css for changing color of pop out menu or whatever?Forum: Hacks
In reply to: Pop out menu colorCan you help me?