Forum Replies Created
-
AuthorPosts
-
Hey!
Please try this:
.iconbox { opacity: 0.4; width: 80%; margin: 0 auto !important; }Best regards,
IsmaelHey!
Please download the theme again on your themeforest account then override the theme files via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750/page:2
Regards,
IsmaelFebruary 10, 2014 at 4:20 am in reply to: How to get “RSS Link and Twitter account” WIDGET to open new window #221512Hey!
You can edit the file via FTP or your cpanel. Change the text on the same file and line of codes. Look for this line:
$output .= "<a target='_blank' href='$link' class='asc_twitter $addClass'>{$before}<strong class='asc_count'>".__('Follow','avia_framework')."</strong><span>".__('on Twitter','avia_framework')."</span></a>";And this one for the RSS text:
$output .= "<a href='$rss' class='asc_rss $addClass'>".apply_filters('avf_social_widget',"", 'rss')."<strong class='asc_count'>".__('Subscribe','avia_framework')."</strong><span>".__('to RSS Feed','avia_framework')."</span></a>";Regards,
IsmaelHi!
You can use this to change the icon color:
.page-id-4501 .main_color .heading-color { color: green; }Regards,
IsmaelFebruary 10, 2014 at 3:59 am in reply to: Center text in TABLE / Grid as well as highlight top column #221506Hi!
Please use this:
.avia-table tbody > tr.avia-heading-row th:nth-child(odd) { background: blue; }Cheers!
IsmaelFebruary 10, 2014 at 3:55 am in reply to: Social Media icons in the right of the top menu and in the footer #221504Hey Raul!
Please refer to this link: https://kriesi.at/support/topic/adding-social-icons-like-the-kriesi-site-with-a-small-non-fixed-header/#post-187252
Cheers!
IsmaelHi Attila!
Please deactivate all plugins then test it on another browser. See if it fixes the issue.
Cheers!
IsmaelHi Renegade!
You can add this on custom.css or Quick CSS to move the caption towards the top:
.slideshow_align_caption { top: -200px; }Regards,
IsmaelFebruary 10, 2014 at 3:46 am in reply to: Center text in TABLE / Grid as well as highlight top column #221497Hi anab!
You can use this to highlight the very top rows:
.avia-table tbody > .avia-heading-row { background: red; }Best regards,
IsmaelHi!
No, you can’t. You can only use the form shortcode provided by the plugins.
Regards,
IsmaelHey!
Please add this on functions.php:
error_reporting(0);Or edit wp-config.php, add this:
error_reporting(0); @ini_set('display_errors', 0);Cheers!
IsmaelHi!
Please add this at the very bottom of custom.css or Quick CSS:
.single .main_menu .menu li, .single-portfolio .main_menu .menu li{ display: none; } .single .main_menu .menu li#menu-item-983, .single-portfolio .main_menu .menu li#menu-item-983 { display: block; } #menu-item-search { display: block; }This will remove all menu items except the Home menu on blog posts and portfolio items.
Cheers!
IsmaelHey!
They do respond on my end. Note that on mobile devices the columns will be specified as full width and they will not stack side by side like they do on iPad or desktop view.
Regards,
IsmaelHi donwattz1459!
Go to Enfold > Sidebar > enable the “Sidebar on Smartphones Show sidebar on smartphones (Sidebar is displayed then below the actual content)”. Remove browser cache then reload the page.
Best regards,
IsmaelHi jamlap!
After you upload an image on the fullscreen slider, click on the image list to configure the caption title and description. You can also add a button using the “Slide Link?” and “Where do you want to apply the link?” options.
Best regards,
IsmaelFebruary 10, 2014 at 3:06 am in reply to: .bottom_nav_header.social_header .main_menu>div, full width border-bottom #221483Hey!
Can you please post a screenshot of what you’re trying to do? You can use imgur or dropbox to post screenshots.
Cheers!
IsmaelHey Eric!
You can do the following in order to increase the max execution time:
1. Edit wp-config.php. Add this:
set_time_limit(60);
2. In htaccess:
php_value max_execution_time 60
3. Or edit php.ini. Ask your host.
max_execution_time = 60 ;
Try to increase php memory limit, refer to this link.
Cheers!
IsmaelHey!
Sorry that is not possible with the theme. You can create a page, use an image element for each portfolio categories then link it manually to their respective portfolio category pages. Each portfolio category pages should have their own Portfolio Grid element configured to show specific portfolio items within a category.
Cheers!
IsmaelFebruary 10, 2014 at 2:52 am in reply to: Responsive theme that supports a banner across the top #221478Hey!
I checked the website and I guess you managed to prevent the logo from showing up. I also check the banner and it resizes properly on different screen sizes. Add this on Quick CSS to fix the mobile view:
@media only screen and (max-width: 767px) { .bottom_nav_header.social_header #header_main .container { height: 40px; line-height: 40px; } }Best regards,
IsmaelHey!
The theme crops down the image to a certain width and height, in this case you can find the thumbnail size on functions.php. Look for this code:
$avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575 ); // images for portfolio entries (2,3 column)I guess photo #2 and #6 are large images and wp crops them to the size specified above while #3 is a small one and wp didn’t crop it. You can tell wp not to crop an image by specifying the crop parameter to false. Replace the code above with this:
$avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575, 'crop' => false ); // images for portfolio entries (2,3 column)You need to regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
If you are not comfortable with the above function you can use a plugin like http://wordpress.org/extend/plugins/simple-image-sizes/ to manually crop certain thumbnail size. You can also follow Josue’s suggestion to use images with the same ratio or dimension.
Best regards,
IsmaelHey!
Please check the html markup. Make sure that there are no unclosed tags. Please post the link of the actual page here. Increase the wordpress php memory limit. Refer to this link.
Regards,
IsmaelHi fgrippe!
Add the class selector “alignleft” on the anchor tag. You can add something like this on the Text Block:
<a class="alignleft" href="http://localhost/kriesi/enfold/wp-content/uploads/2012/04/21.jpg"><img class="awesome-image" alt="Awesome Balloons" src="http://localhost/kriesi/enfold/wp-content/uploads/2012/04/21-300x195.jpg"/></a>Use the “awesome-image” selector to specify the width and height of the image on Quick CSS:
.awesome-image { width: 100px; height: auto; }Best regards,
IsmaelHey fgrippe!
Go to Enfold > Styling > look for “Defines the Font for your body text”. Select “Helvetica Neue”. Add this on Quick CSS or custom.css:
h1, h2, h3, h4, h5, h6 { font-family: "Helvetica Neue", "Times New Roman", Georgia, Arial, sans-serif; }Cheers!
IsmaelHey!
Please insert a blank Text widget on Appearance > Widgets > Footer – column widget areas. You can also disable the footer columns on Enfold > Footer > Footer columns.
Best regards,
IsmaelFebruary 8, 2014 at 5:44 am in reply to: Simple Share Buttons Adder => Pinterest does not work any more #221140Hi!
You have a lot of plugins installed and maybe one of them is in conflict with the share plugin. Please deactivate all plugins except for the woocommerce and share buttons then we’ll check the site.
Regards,
IsmaelHey zoiestudio!
Please download the theme again your themeforest account then override the installation via FTP. Please watch this video by Devin: https://vimeo.com/channels/aviathemes/67209750
Regards,
IsmaelHi flypromotion!
Why not use 5 1/5 column layout then insert an Image element on each of them with a Text Block. Specify the link of the Image element manually, point them to their respective shop or category page. Add the category title or content on the Text Blocks below the Image elements.
Regards,
Ismael -
AuthorPosts
