Forum Replies Created
-
AuthorPosts
-
July 29, 2013 at 3:41 am in reply to: Remove pipe in title of main page; Social media icons in footer #131821
Hi,
1.) Edit functions.php, add this code:
add_filter('avf_title_tag','new_avf_title_tag');
function new_avf_title_tag($title)
{
$title = get_bloginfo('name').'';
return $title;
}2.) Edit footer.php, find this code:
echo "<div class='sub_menu_socket'>";
$args = array('theme_location'=>'avia3', 'fallback_cb' => '', 'depth'=>1);
wp_nav_menu($args);
echo "</div>";Replace it with:
$social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => '');
echo avia_social_media_icons($social_args);
echo "<div class='sub_menu_socket'>";
$args = array('theme_location'=>'avia3', 'fallback_cb' => '', 'depth'=>1);
wp_nav_menu($args);
echo "</div>";Add this on your custom.css or Quick CSS
#socket .social_bookmarks {
position: relative;
float: right;
}Regards,
Ismael
Hi,
You can change the hover effect using this
#top .social_bookmarks_mail:hover a{color:#fff; background-color:#9fae37; }Change the colors.
Regards,
Ismael
Hi,
He added the shadow on the About Us Color Section after the Color Section with the parallax effect element.
There are two Color Sections right after the next.
Regards,
Ismael
Hi,
Configure the Button Link, set to manual then add the url or the section/element id. For example, if you want to scroll to the top you can this link
http://localhost/kriesi/enfold/#topor simply add the selector
#topRegards,
Ismael
Hi,
1.) Looks like you have a lot of image on landscape mode. Please add this on your custom.css or Quick CSS
.attachment-no.scaling.wp-post-image {
width: 100%;
height: 100%;
}2.) Are you sure you inserted the Blog Posts element then selected the right category under “Which categories should be used for the blog?”. I don’t see the html for Blog Posts element being rendered on this page: http://servingdope.com/man-on-the-street/. All I can see are couple of text blocks with special heading in between.
Regards,
Ismael
Hi,
Increase the memory limit. Edit wp-config.php, add this code.
define('WP_MEMORY_LIMIT', '128M');If that is not working, we suggest to create a new installation of wordpress and configure the php memory limit options right before you activate the Enfold theme.
Regards,
Ismael
Hi,
Go to Enfold > Header > Header Type. Select a header that offers the option Phone Number or small info text.
Regards,
Ismael
July 27, 2013 at 4:47 am in reply to: Image Gallery, Fullwidth Easy Slider, Easy Slider, Portfolio Grid, all don' work #131178Hi,
Can you please give us a link to the website? Note that Enfold works on wp version 3.5 or higher.
Regards,
Ismael
Hey,
Glad it worked. You can also use this plugin:
http://wordpress.org/plugins/post-types-order/
Regards,
Ismael
July 27, 2013 at 4:24 am in reply to: questions progress bars effect, icon box size, adding new font type #131417Hi,
3.) Please try this plugin: http://wordpress.org/plugins/font-uploader/installation/
Regards,
Ismael
July 27, 2013 at 4:12 am in reply to: How can I user jQuery in Layout Builder or in widgets? #131557Hi,
You can place it js > avia.js. All jquery scripts go that way, or add it on footer.php right before </body] tag.
Regards,
Ismael
Hi,
You can hide the images using this on your custom.css or Quick CSS
.single .slide-image {
display: none;
}Regards,
Ismael
Hi,
Can you give us a link to the website?
Under the Color Section options, you can apply a unique css id selector. Add the id “new-color-section” for example then specify the height on your custom.css or Quick CSS:
#new-color-section {
height: 500px;
}Let me tag Devin to check the parallax effect on iPad.
Regards,
Ismael
Hi,
You want to create a shortcut of your website on your mobile phone then change the icon? Is that correct?
http://uncorkedstudios.com/2011/09/06/creating-a-custom-icon-for-the-add-to-home-screen-on-iphone/
Regards,
Ismael
Hi,
Image alignment has been fixed on the latest update of Enfold. You have version 1.3.1, the new version of Enfold is 1.8.4. Please download the latest version of the theme then upload it via FTP. Create a backup of your theme files and your database for security.
Regards,
Ismael
Hi,
Edit config-templatebuilder > aviashortcodes > iconlist.php, find this code:
"<h4 class='iconlist_title'>".$atts['title']."</h4>";Replace h4.
Regards,
Ismael
Hey,
Please let us know if it is working now. You might want to upgrade to Enfold 1.8.4.
Cheers,
Ismael
Hi,
Pedro is correct, you can use the text widget or use the Enfold Google Map widget. Create a custom widget area then add the Enfold Google Map widget. Edit your “Contact” page, switch to Advance Layout Editor. Under content element tab, insert a Sidebar element then select the custom widget area that you created.
Regards,
Ismael
Hi,
Can you give us a link to the website?
Note that the Enfold theme does not fully support IE7, we can’t give you extensive support with the issue.
Regards,
Ismael
Hi,
If you don’t have the unique css selector, just inspect the button that you created and use its selector instead of the “.orange-button a” example.
Regards,
Ismael
Hi,
Please give us a link to the website, we would like to inspect it.
Do you have any plugins activated? Please deactivate them, see if the issue persist.
Regards,
Ismael
Hi,
I activated the plugin and it does work not only for the homepage but throughout the site.
Regards,
Ismael
Hi,
Make sure that the Avia Layout Builder is checked on Screen Options. :)
Regards,
Ismael
Hi,
You can decrease the top and bottom padding using this on your Quick CSS or custom.css
.content, .sidebar {
padding-top: 20px;
padding-bottom: 20px;
}Regards,
Ismael
Hi,
1.) What do you mean by it runs up? Can you please explain further?
2.) Please increase php memory limit. Edit wp-config.php, add this code:
define('WP_MEMORY_LIMIT', '128M');Regards,
Ismael
Hi,
Google Chrome doesn’t support rss, you need to add plugins to read feeds.
https://chrome.google.com/webstore/detail/rss-feed-reader/pnjaodmkngahhkoihejjehlcdlnohgmp?hl=enChecking your rss feed on Firefox works for me. http://saccdetroit.org/?feed=rss2
Regards,
Ismael
Hi,
Maybe you should try this:
<div class="abc"><a href="http://kriesi.at.com"><span>some content</span></a></div>
<div class="abc"><a href="http://www.themeforest.com"><span>some content</span></a></div>Instead of enclosing the whole div with the anchor tag, just include the span.
Regards,
Ismael
July 26, 2013 at 4:45 am in reply to: questions progress bars effect, icon box size, adding new font type #131415Hi,
1.) You can add this on your custom.css to remove the strobe effect.
.avia-progress-bar div.progress .bar {
background-image: none;
}2.) It depends on the content you have. Please give us a link to the website. You can control the font size of the content with this:
.iconbox_content p {
font-size: 11px;
}And the iconbox title using this:
h3.iconbox_content_title {
font-size: 11;
}3.) You can refer to this link: https://kriesi.at/support/topic/custom-hosted-font-with-the-child-theme-instructions
Regards,
Ismael
-
AuthorPosts
