Forum Replies Created
-
AuthorPosts
-
Hey,
Add !important.
display: none !important;
Remove browser cache then reload the page.
Regards,
Ismael
August 20, 2013 at 7:15 am in reply to: LayerSlider in WP 3.6 + ENFOLD 2.0 + Firefox 23: cannot delete slides #136372Hi,
I tested this on Firefox and it is working fine. Let me tag the rest of the support team.
Regards,
Ismael
Hey,
Can you give us a link to the page? You can add class=”alignleft” to the anchor tag.
Regards,
Ismael
Hi,
That’s exactly how it works. You select or deselect transitions then close the window. Click the Save Changes button below.
Regards,
Ismael
August 20, 2013 at 7:06 am in reply to: Main Menu Custom Links for One Page Sites – Section IDs and Anchor Scrolling #132809Hey,
@ANKirschner: Nice work! Please upgrade to Enfold 2.0 if you’re experiencing any issues. :)
Regards,
Ismael
August 20, 2013 at 6:57 am in reply to: Change the margin width to the main content area and side bar #134943Hey,
The code above is for the normal desktop view. Please adjust the width if necessary. Don’t remove browser cache then reload the page a few times to see the changes:
.boxed .container {
margin: 0px 10px;
}
.container {
position: relative;
width: 990px;
}
@media only screen and (min-width: 1140px) {
.responsive .container {
width: 1110px;
}
}
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .container {
width: 762px;
}
}Regards,
Ismael
August 20, 2013 at 6:56 am in reply to: Update WP 3.6 + ENFOLD 1.9.1: Error with RSS/Twitter-Widget #135933Hi,
Edit line 651 on framework > php > class-framework-widgets.php:
$xml = simplexml_load_string($twittercount['body']);
Replace with:
//$xml = simplexml_load_string($twittercount['body']);
Regards,
Ismael
Hey,
You can just ignore the Portfolio Grid element. This way, no portfolio will show up.
Regards,
Ismael
August 20, 2013 at 6:50 am in reply to: Layout Builder: "Click here to add your own text" keeps coming back #136370Hey,
Edit config-templatebuilder > aviashortcodes > iconbox.php, find this code:
"std" => __("Click here to add your own text", "avia_builder" )),
Replace it with:
"std" => __("", "avia_builder" )),
Reload the page.
Regards,
Ismael
Hi,
Please contact your host, ask them to enable mod_rewrite. You can refer to this link to fix the permalink settings: http://codex.wordpress.org/Using_Permalinks#Fixing_Permalink_Problems
Regards,
Ismael
Hi,
@darkcanvas: I visited your site again and looks like the code I gave you worked. I’m not sure why you’re saying otherwise. Please remove browser cache then reload the page.
Regards,
Ismael
Hey,
Yes, that is possible. You can combine shortcodes or add HTML tags to the table element. Please give us a link to the page with the table element because it varies on different theme installations.
Regards,
Ismael
August 20, 2013 at 4:28 am in reply to: Help with setting up the Google Map Widget on the Contact page like the Demo #136279Hey,
Insert a 1/1 Column then insert the Sidebar element inside with the Google Map Widget.
Regards,
Ismael
Hey,
You can use this:
.title_container .main-title {
margin: 0;
font-size: 40px;
position: relative;
z-index: 2;
min-height: 36px;
line-height: 2.3em;
top: 0;
font-weight: 400;
}Regards,
Ismael
Hi,
What kind of widgets do you want? On what category? Social widgets, latest news etc?
Regards,
Ismael
Hi,
Please download the latest version of theme which is Enfold 2.0. Upgrade to WordPress 3.6.
Regards,
Ismael
August 20, 2013 at 4:12 am in reply to: "No valid plugins were found" error while installing of theme #136321Hi,
Upload it on Appearance > Themes. You can also install the theme via FTP, watch this video: https://vimeo.com/channels/aviathemes
Regards,
Ismael
Hey,
I think the major reason why, is because the Entypo font doesn’t have the youtube icon included. You can refer to the link above to add the youtube icon.
Regards,
Ismael
Hey,
Please try to install this plugin: http://wordpress.org/plugins/html5shiv/
Can you give us a screenshot or a link to your website?
Regards,
Ismael
Hi,
Go to wp-content/plugins then look for some plugins that you are not using. Delete theme. Deactivate the Weptile Image Slider, see if it fixes the issue.
Regards,
Ismael
Hey,
It looks even better in my opinion except for the missing icon. Let me tag the rest of the support team to help us out.
Regards,
Ismael
Hi,
Please download the latest version of the theme, Enfold 2.0. Install the latest version of WordPress, 3.6. Make sure you extract the correct theme file or upload via FTP. Watch this video: https://vimeo.com/channels/aviathemes/67209750
Please send the login details to //…
Include the word “Kriesi” on the subject. Add the link of this thread on your email.
Regards,
IsmaelHey,
“Read More” text is located on includes > loop-index.php, find this code:
$current_post['content'] = $blog_content == "content" ? get_the_content(__('Read more','avia_framework').'<span class="more-link-arrow"> →</span>') : get_the_excerpt();
$current_post['content'] = $blog_content == "excerpt_read_more" ? $current_post['content'].'<div class="read-more-link"><a href="'.get_permalink().'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow"> →</span></a></div>' :Regards,
Ismael
August 20, 2013 at 3:34 am in reply to: Search button has different look in internet explorer and firfox. #136233Hi,
Can you give us a link to the actual website? It doesn’t look like that at all on our end when viewing on IE browser.
Regards,
Ismael
-
AuthorPosts