Forum Replies Created
-
AuthorPosts
-
Hi,
Can you please explain in more detail, perhaps with screenshots?Best regards,
MikeHey chrizzle123,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHi,
Please see Private Content area for the Enfold 2017 images in the wp-content/uploads folder, hope this helps.Best regards,
MikeHi,
You have some top padding, try this code in the General Styling > Quick CSS field:.content, .sidebar {padding-top: 0px!important; }
adjust to suit.
Best regards,
MikeHi,
I could not see the issue in Chrome, they are small though. Please see screenshot in Private Content area
Can you please add a screenshot to point out how you see it?Best regards,
MikeHi,
Please check the rules in your .htaccess file, such as mod_security. I see you have a antivirus plugin, deactivate it, backup your .htaccess, and compare to this:# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
any other rules are suspicious.
Also this has been linked to the the evasive mode of Apache an anti DDoS attack module, check your cPanel, or ask your host to check.
Read: PROBLEMS WITH APACHE2 MODULE: MOD-EVASIVE
Identifying and fixing mod_evasiveBest regards,
MikeHi,
It would help if you could include the url to the text block in question, but this may help:p { text-align: justify!important; }
Best regards,
MikeHi,
Perhaps trying Use Any Font plugin will allow you to get the weight you are looking for and help pinpoint the underlying issue.Best regards,
MikeSeptember 23, 2017 at 8:50 pm in reply to: Variation images not showing with featured image on #855901Hey Kropstar,
The “Featured image” field is actually the “Product image” field, and it’s not really the same. I removed it as you suggested, and selected a “Default Form Values” from “Variations” this gives you a “Product image” and shows your variations on click.Best regards,
MikeSeptember 23, 2017 at 8:35 pm in reply to: How do I display the masonry blog with the same size images? #855899Hi,
Please try to standardize the logo images you are trying to use in this element, this one seems to be a good working size:
/washington-post-logo.png
most of the others a too small, except the profile image which seems to also work fine.Best regards,
MikeHi,
Please see this post: https://kriesi.at/support/topic/woocommerce-variation-image/#post-834220Best regards,
MikeSeptember 23, 2017 at 8:18 pm in reply to: Blog is showing all categories even if one is not selected in blog post element #855893Hi,
I was unable to login with the password, has it changed? Please check.
Best regards,
MikeHi,
I have checked and your menu is working, shall we close this then?Best regards,
MikeHi,
I wanted to try debugging your page but I can’t add the debug function into your functions.php because your file permissions are not writable. This is the error at the bottom in the functions.php editor:Du musst diese Datei beschreibbar machen, bevor du deine Änderungen speichern kannst. Weitere Informationen dazu findest du im Codex (engl.).
Please Fix File and Folder Permissions and Enable Avia Layout Builder Debug
Best regards,
MikeSeptember 23, 2017 at 7:36 pm in reply to: Fractional width (1/2, 1/3, etc.) columns set to Equal Height padding broken #855875Hi,
The two sections seem to be stacking for me, can you include a screenshot of what you are seeing?
please see screenshots in Private Content areaBest regards,
MikeHey carmen,
Für die Grenze versuchen Sie es#top div.avia-gallery img {border-width: 0px !important; }
Bitte lesen Sie diese, um Schriften hinzuzufügen
Oder du kannst dieses Plugin verwenden
Dies ist das Format für das Öffnen eines Youtube-Videos im Leuchtkasten:
<a href="http://www.youtube.com/watch?v=qqXi8WmQ_WM" rel="prettyPhoto" title=""><img src="images/thumbnails/flash-logo.jpg" alt="YouTube" width="60" /></a>
Für deine letzte Bitte die URL auf die jeweilige Seite eintragen, damit wir uns genauer ansehen können.
Best regards,
MikeSeptember 23, 2017 at 6:55 pm in reply to: Very big productpictures after mayor woocommerce update #855858Hey anetteasnielsen,
Try this code in the General Styling > Quick CSS field:.template-shop div.product div.images {width: 50%!important; }
Best regards,
MikeHey jelle,
A better way is to use one text block and add your image with left alignment and your text after it.
Please see screenshots in Private Content areaBest regards,
MikeHi,
I created a second section below your with the content & images in a table, that’s the easiest way I know.
I then added this code in the General Styling > Quick CSS field:.main_color tbody td {border-style: none; border-color: transparent!important; } .main_color tr:nth-child(odd) {background: #fff!important; }
Please review, hope this was helpful.
Best regards,
MikeHey Jelican,
Lütfen bu bağlantıya bakınBest regards,
MikeHi,
Sorry, I don’t understand your question, could you elaborate a little more please.Best regards,
MikeHi,
I went to your meals page and tried clicking on an item but was not taken to a description so I could help with the color. Could you link to a description page directly so we can assist.Best regards,
MikeHi,
To add a scroll down arrow to the layerslider, add a html slide and place it where you want then add this code to it:<a href="#next-section" title="" class="scroll-down-link av-control-minimal" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a>
For the headline rotator, Sorry, that feature is not available yet, but Please feel free to request – or vote if already requested – such feature on Enfold feature request form.
Best regards,
MikeHey alex2545,
1: Try this css for your mobile menu text color:#top #mobile-advanced .avia-menu-text {color: red !important;}
2: I’m not sure what you mean, it looks like you are using the “Sidebar Flyout Menu (Classic)” setting, which floats the menu items to the left, not centered. The “Full Page Overlay Menu” centers the menu items.
Try this css to centered the items:#top #mobile-advanced li {text-align: center !important;}
3: I assume that what you mean by mobile includes tablet, so try this code to remove that back to top arrow:
@media only screen and (max-width: 1024px) { #scroll-top-link {display:none!important;}}
Best regards,
MikeHey Munford,
I believe I have recreated what you are trying to do, here are the steps I took and the screenshots.
Settings:
Enfold Theme Options > Header > Header Layout > Menu and Logo Position > Logo center, Menu below
Enfold Theme Options > Header > Header behavior > Sticky Header
Enfold Theme Options > Main Menu > Append search icon to main menu (uncheck)
Added Fullwidth Sub Menu element to frontpage with Sticky Submenu checked
(in my case I added it below the slider)
Then I added this css to hide the main menu div block under the logodiv#header_main_alternate {display:none!important;}
Best regards,
Mike -
AuthorPosts