Forum Replies Created
-
AuthorPosts
-
Hi 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!
IsmaelHey!
Please use this:
#top .iconbox_top { margin-top: 50px; text-align: center; }Cheers!
IsmaelHi simonac!
You can place the video url on the content for post video format, do the same with the quotes format. I’m not sure about your second inquiry, please wait for Dude to respond.
Cheers!
IsmaelFebruary 13, 2014 at 4:59 am in reply to: Failed – Upload additional Iconfont Packages generated with Fontello #223180Hi yes2themes!
Please try to get 1 or 5 icons at a time on fontello then download the zip file. Upload it using the iconfont manager. See if it works. We haven’t tested the whole fontello library and maybe some of the icons can’t be use. Please try 1 icon then upload it for testing purposes.
Regards,
IsmaelHi rasa!
Yes, there are some user who had this issue. Please download the latest version of the theme again then override the theme files via FTP. Must be a corrupted file.
Cheers!
IsmaelHi!
I added the video shortcode on a Text Block element and it works. Please add this on Quick CSS:
.wp-video { min-height: 500px; margin-bottom: 50px; }Check it here: http://withthisring.org/test-page/
Cheers!
IsmaelHi!
You can post the screenshot using imgur or dropbox. Add this on Quick CSS or custom.css:
h1, h2, h3, h4, h5, h6, #top .title_container .main-title, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox, .av-special-font { font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 500; }Best regards,
IsmaelFebruary 13, 2014 at 4:32 am in reply to: Implement rel="Publisher" instead of rel="Author" in the G+ social icon. #223166Hi!
Add this on Quick CSS to remove the title and meta infos:
.single .post-title.entry-title, .single .post-meta-infos { display: none; }Best regards,
IsmaelHi Jason!
Please follow these steps:
I’m not sure why the filter is not working but please download the font that you want on http://fontello.com/ then upload it via Enfold > General Settings > Icon Font Manager. Edit functions.php, find this code:
'scrolltop' => array( 'font' =>'entypo-fontello', 'icon' => 'ue876'),Below, add this code:
'slideshare' => array( 'font' =>'fontello', 'icon' => 'ue802'),I used the checkmark from Font Awesome. Edit includes > admin > register-admin-options.php, find this code on line 971:
'Youtube' => 'youtube',Below, add this code:
'Slideshare' => 'slideshare',You can now select the Slideshare social icon. You can do the same with yelp icons. Regarding the icon codes, you need to remove the plus sign. U+E802 should be converted to ue802. You can do the same with different social icons.
Refer to this thread for more info: https://kriesi.at/support/topic/head-with-social-media-and-large-logo/
Cheers!
IsmaelHi ShortieD!
Unfortunately, you can’t change it on the Layer Slider panel but you can rename directly on the database. Look for the wp_layerslider table.
Cheers!
IsmaelFebruary 12, 2014 at 2:43 pm in reply to: Having issue with columns. No clear div? Other content floating over columns. #222802Hey laurendevine!
This part of the code should be inside the 2nd 2/3 column if you want to show it side by side with the image:
<p>2011: Jennifer Brodsky 2011: Rachel Gratz 2010: Anita Maricela Lopez 2010: Pamela Kim Washington 2008: Joy Sun 2007: Elena Portacolone, PhD 2006: Monika Eckfield 2005: Karen Pak Oppenheimer 2005: Catherine Dodd 2004: Christine Lin 2004: Diane Norcio</p>Cheers!
IsmaelHi digitalcomplexion!
Unfortunately, you cannot remove the whole slug name on the url. You can only change it on Enfold > General Settings > Portfolio: Enter a page slug that should be used for your portfolio single items.
Josue mentioned that this plugin works: http://wordpress.org/plugins/custom-permalinks/
Regards,
Ismael -
AuthorPosts

