Forum Replies Created
-
AuthorPosts
-
Hi Juan!
Can you please give us a link to the website? 128M of memory should be enough to handle the theme.
Cheers!
IsmaelHey rfb4!
Change the link color using this on Quick CSS:
.main_color a:hover, .main_color h1 a:hover, .main_color h2 a:hover, .main_color h3 a:hover, .main_color h4 a:hover, .main_color h5 a:hover, .main_color h6 a:hover, .main_color .template-search a.news-content:hover { color: red; }
Use this for the bold fonts:
.main_color strong { color: red; }
Regards,
IsmaelHey!
I think it is fixed now. We set the SEO > Title & Metas > Post Types > Pages > Title Templates to:
%%title%% %%sep%% %%sitedesc%%
Check here: http://www.smootheedges.com/
Best regards,
IsmaelHi CivilC!
Please edit the page again then switch to Advance Layout Builder, look for Screen Options. Enable the Avia Layout Builder.
Cheers!
IsmaelHi bleepstudio!
Edit the page then look for Page Attributes > Template > choose the Blank – no footer, no header template. Add a color section then add “awesome-section” on For Developers: Section ID. Place 3 1/3 columns inside the color section and an Image element for each. Add this on Quick CSS:
#awesome-section { width:100%; height:100%; position:fixed; top: 0; } #awesome-section .container, #awesome-section .avia_image { height: 100%; }
Cheers!
IsmaelHey paulann!
You can add this on functions.php:
add_filter('avia_post_slide_query','avia_order_by_random', 10, 2); function avia_order_by_random($query, $params) { $query['orderby'] = 'rand'; return $query; }
Regards,
IsmaelHi Amanda!
You can adjust the top and bottom padding of the posts title. Add this on Quick CSS:
#top .fullsize .template-blog .post-title { padding: 2px 0; }
Best regards,
IsmaelHey!
The image is just too tall, you should place it on a square canvas first to match the ratio of other product images.
Cheers!
IsmaelHi!
The white spaces or gaps are cause by special headings and line breaks. You can add this on custom.css or Quick CSS to adjust the top margin of special headings.
.av-special-heading { margin-top: 10px; }
On the post “Shift Happens” there 3 p tags generated right after the post meta infos. You should check that.
Best regards,
IsmaelHi Jorge!
Please remove the strong tag then add this on Quick CSS:
.avia-heading-row { font-weight: bold; }
Regards,
IsmaelHi cyrtocara!
You can use these plugins:
http://www.semiologic.com/software/dofollow/
http://tech.gaeatimes.com/index.php/archive/wordpress-15-plugin-strip-nofollow-tag-from-comment-urls/
http://www.fob-marketing.de/marketing-seo-blog/wordpress-nofollow-seo-plugin-nofollow-case-by-case.htmlBest regards,
IsmaelHi Pedro!
You can add the css code on the child theme’s style.css file.
.image-overlay { display: none !important; opacity: 0 !important; }
Cheers!
IsmaelHey!
Edit includes > loop-index.php, remove everything then replace it with this code: http://pastebin.com/GnKTRD1G
This should place the featured image below the post title and post meta infos.
Cheers!
IsmaelHey!
You have the same issue with these threads and setting the image-rendering property to auto fix it for all of them:
https://kriesi.at/support/topic/small-bug-report-logo-scaling-in-ff25osx/
https://kriesi.at/support/topic/image-scaling-issues-in-enfold/
https://kriesi.at/support/topic/issue-regarding-quality-of-responsive-images-and-more/
https://kriesi.at/support/topic/table-bug-fix-and-improved-image-scaling-in-firefox/Please remove browser cache then reload the page a few times.
Best regards,
IsmaelHey Andrea!
You can actually add html codes on the navigation label. Go to Appearance > Menus then edit the menu item label, add something like this:
Community<span class="descmenu">Senior Retirement</span>
Add this on Quick CSS:
.descmenu { position: absolute; bottom: -20px; left: 13px; width: 200px; font-size: 10px; }
Regards,
IsmaelHey Mattia!
What do you mean by single line? You can adjust the footer column count on Enfold > Footer > Footer Columns. Please post a screenshot of what you’re trying to do.
Best regards,
IsmaelHey Moritz!
Please copy all the css codes on immomakler.css then place it on custom.css. Maybe that will work.
Cheers!
IsmaelHey lawyerly!
Please add this at the very bottom of functions.php:
function fix_ssl_upload_url( $url ) { if ( is_ssl() ) $url = str_replace( 'http://', 'https://', $url ); return $url; } add_filter( 'upload_dir', 'fix_ssl_upload_url' );
Best regards,
IsmaelHi andri7luck!
You can add this on Quick CSS or custom.css to remove the small preview image:
.small-preview { display: none; } .template-blog .entry-content-wrapper { margin-left: 80px; }
Regards,
IsmaelHey Gstar72!
Do you mean like a border or something? Can you please post a screenshot? Add something like this on Quick CSS, change the border color to match the section’s background color:
.avia-section { border-bottom: 2px solid white; }
Best regards,
IsmaelHey sherodesigns!
Please post the link of the website here. Increase the wordpress php memory limit. Refer to this link: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
If you’re not sure what to do, you can ask your host.
Cheers!
IsmaelHey!
Please download the latest version of the theme on your themeforest account then update the installation via FTP. Maybe a file is corrupt. Watch this video by Devin: https://vimeo.com/channels/aviathemes/67209750
Cheers!
IsmaelFebruary 13, 2014 at 5:59 am in reply to: trying to make a few adjustments to portfolio settings… #223224Hi!
Can you please give us a link to the actual portfolio page? How did you end up with that thumbnail? It should be resize to occupy the space of the grid container.
Best regards,
IsmaelFebruary 13, 2014 at 5:57 am in reply to: Sorting Posts by ACF (Advanced Custom Fields) Date Picker #223220Hey davidzack!
Are you using the blog grid layout? You can add this on functions.php to sort the order of blog posts:
add_filter('avia_post_slide_query','avia_order_by_random', 10, 2); function avia_order_by_random($query, $params) { $query['orderby'] = 'title'; $query['order'] = 'ASC'; return $query; }
Regards,
IsmaelHey!
There has been no changes from 2.4.5 to 2.5 for the portfolio grid element. Can you please post a screenshot of the issue?
Regards,
IsmaelHi Guilherme!
You can use the AddThis plugin. Add the social button code on a Text Widget: http://wordpress.org/plugins/addthis/
Please refer to this link: https://kriesi.at/support/topic/placing-addthis-social-icons-into-the-header/?replies=4#post-134606
Cheers!
IsmaelHi generatrorassociates!
1.) Please create a menu on Appearance > Menu then set it as Enfold Main Menu on Theme Options.
2.) Please edit functions.php, find this code on line 94:
$avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)
Replace it with:
$avia_config['imgSize']['portfolio'] = array('width'=>342, 'height'=>276 ); // images for portfolio entries (2,3 column)
Regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
If that doesn’t work, please use this plugin to manually resize the images: http://wordpress.org/plugins/simple-image-sizes/
Cheers!
IsmaelHey simisola80!
If you want to change the style of a specific element on a certain page or post, you can use the Google Chrome Inspect Element. Look for the unique css body class.
On the example above, the page’s unique selector is .page-id-2251. We can use it to change the element within that page.
.page-id-2251 .main_color h1 { color: #8a9b0f; }
Cheers!
Ismael -
AuthorPosts