Forum Replies Created
-
AuthorPosts
-
Hey,
It is working fine on my end. Please remove browser cache the reload the page a few times.
Regards,
Ismael
Hey,
Please replace this with code:
bottom_menu = $('html').is('.bottom_nav_header'),
switchWidth = 900;with:
bottom_menu = $('html').is('.bottom_nav_header'),
switchWidth = 1024;and this:
if(first_level_items > 8 && !bottom_menu)
{
switchWidth = 900;
header.addClass('mobile_menu_tablet');
}with
if(first_level_items > 7 && !bottom_menu)
{
switchWidth = 1100;
header.addClass('mobile_menu_tablet');
}Remove browser cache the reload the page.
Don’t forget to add this css code on your Quick CSS:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .main_menu ul:first-child > li > a {
padding: 0 8px;
font-size: 12px;
}
}Regards,
Ismael
Hey,
Please remove the main image on Media > Library to clear the cache.
Regards,
Ismael
Hey,
You can add it on your custom.css below /* General Custom CSS */ via cpanel or ftp. You can also add it on Enfold > Styling > Quick CSS. You can use rgba and hex colors.
Regards,
Ismael
Hey,
You can add this on your custom.css or Quick CSS to make the button text white:
.avia_iconbox_title {
color: white;
}And this to remove the text shadow:
body .avia-button.avia-color-theme-color, body .avia-button.avia-color-theme-color:hover {
text-shadow: none;
}Regards,
Ismael
Hey,
Yes, it is better to use the <!–more–> tag to specify the excerpt. You can also click “Screen Options” then enable the Excerpt metabox. You can then manually input the excerpt for your posts.
Regards,
Ismael
Hi,
You can’t import the header options only. There are only few options on that panel, I’m sure you can get it back to where it was.
Regards,
Ismael
August 17, 2013 at 4:36 am in reply to: Can't Figure out how to remove page listing from Footer. #135838Hi,
Go to Enfold > Footer > Footer Columns, select “Select” if you want to disable the footer widgets. If you want to show widgets, select the number of columns then go to Appearance > Widgets. Add widgets on Footer – Column widget areas to override the dummy widgets.
Regards,
Ismael
Hi,
1.) I tested this on my end and the link saves properly. Do you have any other plugins installed? Please try to deactivate them.
2.) Adding your own social icons is a bit complicated right now. Please refer to this link: https://kriesi.at/support/topic/youtube-icon
Regards,
Ismael
Hey,
As far as I know the theme will override the Gravity Forms styling. Please try to create a form using the plugin then give us a link to the page.
Regards,
IsmaelHey,
No, it is included on the theme. Edit the page where the message occur then remove the Layer Slider element or create slides on LayerSlider WP panel.
Regards,
Ismael
Hey,
You can use this on your custom.css or Quick CSS to remove the arrows on mobile device:
@media only screen and (max-width: 767px) {
.avia-slideshow .avia-slideshow-arrows.avia-slideshow-controls {
display: none !important;
}
}For desktop, you can use this:
.avia-slideshow .avia-slideshow-arrows.avia-slideshow-controls {
display: none !important;
}Regards,
Ismael
August 17, 2013 at 3:43 am in reply to: Update WP 3.6 + ENFOLD 1.9.1: Error with RSS/Twitter-Widget #135927Hey,
It’s not happening on my end. Do you have any other plugins that may interfere with the widget?
Regards,
Ismael
August 17, 2013 at 3:25 am in reply to: loop-index.php: right syntax for updated post date please #135834Hey,
First create a page then insert the Portfolio Grid.
Which categories should be used for the portfolio? – Select which categories you want
Columns – Select how many columns
Post Number – Number of portfolio items that you want to show on a single page.
Excerpt – Select if you want to show the title or the excerpt or both.
Link Handling – Open the portfolio items on their own respective page or enable AJAX portfolio
Sortable? – Enable category sorting
After you configure the options, publish the page then create a Portfolio Item. Set a featured image then publish it. Visit the Portfolio page that you just created, it should show right away.
Please watch this video: https://vimeo.com/channels/aviathemes/64927359
Regards,
Ismael
August 17, 2013 at 3:12 am in reply to: Enfold/Layer Slider: Background Opacity in Text Layer #135914Hi,
Can you give us a link to the website? You can use something like this on the custom style field.
background: rgba(255,255,255,.5);
The number .5 refers to the 50% opacity of the color white.
Regards,
Ismael
Hey,
I can’t fix the issue on my end. Let’s wait for Kriesi to respond.
Regards,
Ismael
Hey,
You can add this on your custom.css or Quick CSS
.tag .avia-section {
display: none !important;
}
.tag .big-preview.single-big {
display: none;
}Regards,
Ismael
Hey,
You can use this:
.content {
border: none;
}
#top #main .sidebar {
border: none;
}Regards,
Ismael
Hey,
You can add this on your custom.css or Quick CSS
.execphpwidget p, .execphpwidget strong, .execphpwidget span {
font-size: 11px !important;
}Regards,
Ismael
Hi,
Actually, this is not an issue with the theme, this is a modification that you want and we suggest that you hire a freelance developer to do the changes for you. The code above that I gave you works on my end.
The link you gave me requires login credentials.
Regards,
Ismael
Hey,
You can find translations here: https://kriesi.at/support/topic/please-contribute-and-translate-enfold
Regards,
Ismael
Hi,
What do you mean, it works with other browsers? Not on IE?
Can you give us a link to the website?
Regards,
Ismael
Hey,
Please add this on your custom.css or Quick CSS
.big-preview {
display: block;
padding: 0;
}
.big-preview.single-small .attachment-large.wp-post-image {
width: 100%;
}Regards,
Ismael
Hey,
You can decrease the size of the content container, the sidebar will then increase in size.
@media only screen and (min-width: 1340px) {
.responsive_large .container .nine.units {
width: 850px;
}
}
@media only screen and (min-width: 1140px) {
.responsive .container .nine.units {
width: 690px;
}
}
.container .nine.units {
width: 600px;
}
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .container .nine.units {
width: 450px;
}
}Regards,
Ismael
-
AuthorPosts