Alcatraz83
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook for WooCommerce] Delete old products on FacebookHi, thanks for the quick response. There are no caching plugins on our site, even server-side caching is turned off. I had already tried other times to synchronize the products by clicking on the synchronization button, it seems to me that nothing has changed. Do you recommend disconnecting Facebook and reconnecting it?
Forum: Fixing WordPress
In reply to: Text spilling over when on mobile deviceHi, in my mobile phone i see all very well, i have an iphone 5.
Forum: Fixing WordPress
In reply to: the images are not responding with its CSS code or mowing to the topBut why don’t you use jpg format? Illustrator allow to export jpg.
I don’t know that format, probabely the browser can be have many problem with svg.
Please use jpg, you will not have problem!!!Forum: Fixing WordPress
In reply to: the images are not responding with its CSS code or mowing to the topWhith jpg you should resolve the problem.
Remember… when you insert floating element inside a div, es.:
<div class=”section-repair2″>
<div class=”subsection-repair2 small-6 column media-object-section”>Grote beurt</div>
<div class=”subsectionX-repair2 small-6 column media-object-section”></div>
</div>before close the div hou must insert ad element wich close the floating (clear:both style), es.:
<div class=”section-repair2″>
<div class=”subsection-repair2 small-6 column media-object-section”>Grote beurt</div>
<div class=”subsectionX-repair2 small-6 column media-object-section”></div>
<div style=”clear:both”></div>
</div>Tell me if the problem was resolved.
Have a nice dayForum: Fixing WordPress
In reply to: the images are not responding with its CSS code or mowing to the topHi, now i understand.
The problem is the image, if you try to insert the same image of the first block the problem desappear.
What i don’t understand is why the image has no dimesion.Forum: Fixing WordPress
In reply to: the images are not responding with its CSS code or mowing to the topDo you want add padding o margin to div inside the other div the aside1, aside2 and aside3?
Sorry, i’m trying to understand.Forum: Fixing WordPress
In reply to: the images are not responding with its CSS code or mowing to the topHi, the problem is that the you have two container, small-8 column and small-4 column.
One is on the left and the other on ther right (this is ok).
But the imges are all in the second block.
You should have a code like this (if i understand what you want):
<div class=”small-8 column”>
<div class=”section1″> </div>
<div class=”section2″> dedede</div>
</div><div class=”small-4 column”>
<div class=”aside1″> </div>
</div>
<div style=”clearboth”></div>The you should replicate this code for every line.
Forum: Fixing WordPress
In reply to: Search box to left of LoginHi, the login link is in the menu, you can’t separate it.
You should insert login and sign up links outside the menu but i don’t recommend it.
Center the search box adding this CSS:
#header #searchform {top:5px!important;}