Forum Replies Created
-
AuthorPosts
-
Hi nephr!
Unfortunately, this is beyond of what we can as a support team. Please visit http://werkpress.com/ to do the customization for you.
Regards,
IsmaelHey!
Please edit the logo layer. Go to Attributes then give it a unique ID, example “zahlco-logo”. Add this on Enfold > Styling > Quick CSS:
#zahlco-lobo { left: 568px !important; }
Remove browser cache then reload the page.
Best regards,
IsmaelDecember 3, 2013 at 5:46 am in reply to: Using images for menu items – menu doesn't resize properly on mobile devices #195636Hi LD3!
First of all, you’re using an old version of the theme. Please do an upgrade, it might fix the issue. Watch this video how: https://vimeo.com/channels/aviathemes/67209750
Cheers!
IsmaelHi pelyon!
Please edit the layer then go Attributes. Add a unique CSS class or id, example “awesome-layer”. Go to Quick CSS then define the font family.
.awesome-layer {
font-family: ‘Open Sans’, sans-serif !important;
}Cheers!
IsmaelHey!
1.) Please set a menu on Appearance > Menus > Theme Location > Enfold Main Menu.
2.) I really don’t see the problem on the slider. Can you please elaborate?
Please watch these videos to learn more about the theme: https://vimeo.com/channels/aviathemes
Best regards,
IsmaelHey!
Again edit the layers then go to Style panel. Look for Custom style settings, add the CSS there.
Cheers!
IsmaelHi Marco!
You can edit the shortcode on config-templatebuilder > avia-shortcodes > productslider.php.
You can remove the buttons using this:
.avia-content-slider-inner .avia_cart_buttons { display: none !important; }
Cheers!
IsmaelDecember 2, 2013 at 5:50 am in reply to: ENFOLD – how to reduce width of site and overall spacing #195188Hey!
You can reduce the top and bottom padding using this:
.content, .sidebar { padding-top: 10px; padding-bottom: 10px; }
Adjust the menu right margin using this:
#header_main_alternate .container { margin: 0; }
Phone number:
#header_meta .container { margin: 0 70px 0 70px; }
Social Icons:
#header_main .social_bookmarks { right: -30px; }
Logo:
.bottom_nav_header.social_header .logo { position: relative; left: -20px; }
Regards,
IsmaelHi p_niedrich!
Can you please post the “tags” that is appearing when you insert a table? Please switch it to Text editor when adding html tags. Note that the theme has its own Table element under Content element panel.
Regards,
IsmaelHi!
Did you remove the image? I can’t see it here: http://love.tennisgate.com/en/2013/10/27/getting-to-the-volley-on-the-run-short-sprint/
Please post the login details here as a private reply.
Best regards,
IsmaelHi mikeandrewfischer!
Please ask your hoster to increase the max_input_vars to 1000 or higher. If you have access to the php.ini file, you can add something like this:
max_input_vars = 3000
Best regards,
IsmaelHey!
Please use this on your custom.css or Quick CSS:
#aptfinbytap_domain-3-AlpinePhotoTiles_container { margin-top: 25px; }
Regards,
IsmaelHi!
Please add this on your custom.css or Quick CSS:
.av-masonry { position: relative; overflow: hidden; z-index: 0; }
Best regards,
IsmaelDecember 2, 2013 at 5:27 am in reply to: Layout problem on portrait display of Android mobile phone #195178Hey!
The website looks fine on mobile view when I check it except for the sidebars. The content or text is expanding 100% to the right without padding. I guess this line of code on your css modification is the culprit:
.inner_sidebar { margin-left: 30px; } .content .entry-content-wrapper { padding-right: 30px; }
Please remove it. I checked the website using this: http://responsinator.com/?url=http%3A%2F%2Finterpeople.co.kr%2Fwp%2Fnews%2F%3Flang%3Den
Regards,
IsmaelDecember 2, 2013 at 5:22 am in reply to: Request: Could Enfold retain the link post icon on mobile and post permalinks? #195176Hey!
You can add this on your Quick CSS if you really want to enable it on mobile view. We adjust the icon size and decrease the blog meta right margin to create more space for the blog content:
@media only screen and (max-width: 767px){ .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar { display: block; } .blog-meta .small-preview { width: 30px; height: 30px; overflow: hidden; border-radius: 4px; float: left; margin: 6px 0 0 0; position: relative; text-align: center; line-height: 30px; position: relative; z-index: 4; display: block; } .single-small .post_author_timeline { left: 15px; } .template-blog .blog-meta { float: left; margin-right: 10px; } }
Cheers!
IsmaelHi dmichaelclary!
Please deactivate all plugins. Post the the login details here and set it as a private reply.
Regards,
IsmaelHey!
Please add this on Quick CSS with the other fix:
body .aligncenter, .entry-content-wrapper a:hover .aligncenter { clear: both; display: block; margin: 0 auto; padding: 10px 0px; }
Cheers!
IsmaelHi!
Go to Dashboard > Users panel then create another user by clicking “Add New”.
Best regards,
IsmaelHi!
Please increase the php memory limit to 64M at least: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Cheers!
IsmaelHey!
Add this on your custom.css or Quick CSS to decrease the top padding:
.content, .sidebar { padding-top: 10px; padding-bottom: 50px; }
Edit the layer then go to Style tab. Specify the line-height, 40px will do.
Cheers!
IsmaelHi Moritz!
Please use this on custom.csc or Quick CSS:
.avia-slideshow li img { border-radius: 0; }
Regards,
IsmaelHi singski!
Can you please give us a link to the page? Please re-create the icon list element. What version of Enfold did you have before updating the theme?
Best regards,
IsmaelHey!
Please use this on Enfold > Styling > Quick CSS:
.avia-testimonial-image img { width: 100%; height: 100%; } .avia-testimonial-image { width: 80px; height: 80px; border-radius: 80px; z-index: 20; position: relative; }
Regards,
IsmaelHey!
Maybe there are css selector conflicts. Please post the the html and css code on pastebin.com. We would like to inspect it.
Best regards,
IsmaelHi!
What text? You have a title container on the homepage. Do you want to remove that? You can edit the page, look for Layout > Header Settings > choose “Don’t display header”.
Regards,
IsmaelHey hawea74!
The latest version is indeed 2.4.2. Please perform the update base on the Theme Options update alert.
Best regards,
IsmaelHey JBronstein!
Please try to increase the wordpress php memory limit: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Best regards,
IsmaelHey!
You can post a new reply then tick or check the “Set as private reply (Only you and moderators will see the content of this post)” option below the editor.
Best regards,
Ismael -
AuthorPosts