Forum Replies Created
-
AuthorPosts
-
Hey!
I’m sorry but can you please post a screenshot of what you’re trying to do? You can use imgur, dropbox, mediafire to post the image here.
Cheers!
IsmaelHey davidrk!
You can edit config-templatebuilder > avia-shortcodes > slideshow.php, find this code:
if($this->config['bg_slider'] != "true") { $html .= "<img src='".$img[0]."' title='".$linktitle."' alt='".$linkalt."' $markup_url />"; }Replace it with:
if($this->config['bg_slider'] != "true") { $html .= "<img src='".$img[0]."' alt='".$linkalt."' $markup_url />"; }Best regards,
IsmaelHey ydigilov!
What type of slider do you have? Can you please give us a link to the page?
Regards,
IsmaelHey leifhansen!
Edit config-templatebuilder > avia-shortcodes > iconlist.php, find this code:
$output .= "<div class='iconlist_icon avia-font-".$atts['font']."'><span class='iconlist-char' {$display_char}></span></div>";Replace it with:
$output .= "<a href='{$atts['link']}'><div class='iconlist_icon avia-font-".$atts['font']."'><span class='iconlist-char' {$display_char}></span></div></a>";Remove browser cache then reload the page. The link will be the same as the title link.
Regards,
IsmaelHey melonmelon!
You can hide the youtube link using goo.gl or tinyurl.com. :)
Regards,
IsmaelHey gorkas!
You can use the Color Section. Upload a background image then set the Background Repeat to Stretch to fit.
Cheers!
IsmaelNovember 4, 2013 at 3:07 am in reply to: Portfolio grid content element not showing on webpage #184097Hi!
I can see more that 12 portfolio items on the page. Please remove browser cache then reload the page.

Cheers!
IsmaelHey sschiller!
Can you please give us a link to the website? What type of header style do you have right now? You can add this on your custom.css or Quick CSS:
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive .main_menu ul:first-child > li > a { padding: 0 7px; font-size: 11px; } }Best regards,
IsmaelHey krear!
You can add this on your custom.css or Quick CSS:
sup { font-size: .6em; position: relative; top: -5px; } sub { font-size: .6em; position: relative; bottom: -1px; }Best regards,
IsmaelNovember 4, 2013 at 2:55 am in reply to: Logo in header not reverting to 100% when scrolling back to top #184091Hey!
Please try this on your custom.css or Quick CSS:
.logo img { min-height: 116px; } .header-scrolled .logo img { min-height: 58px; }I checked your website and the logo shrink and resize as expected when you scroll the browser up and down.
Regards,
IsmaelNovember 4, 2013 at 2:47 am in reply to: Is it possible to have a different colour for a Icon list per page? #184089Hey!
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 .avia-icon-list .iconlist_icon { color: red; }Regards,
IsmaelHi!
Please add this on your custom.css or Quick CSS:
.home .stretch_full.container_wrap.title_container { display: none; }Regards,
IsmaelNovember 4, 2013 at 2:42 am in reply to: many functions not there after update – menu and video in post problem #184083Hi Rolf!
Thanks for the tip. You can add this on your custom.css or Quick CSS:
body { font-family: ‘Georgia’,'HelveticaNeue’,'Helvetica Neue’,Helvetica,Arial,sans-serif; }Best regards,
IsmaelHi!
Where do you want to get the images? Post? Portfolio Items? You need to create categories or tags on your posts or portfolio items.
Best regards,
IsmaelHey!
Can you please give us a link to the website? Do you have the latest version of Enfold?
Regards,
IsmaelNovember 4, 2013 at 2:23 am in reply to: fixed header – 1px border added left+right, it became 2px wider #184072Hey dalcnetsrl!
Can you please give us a link to the website? Maybe you’re adding it on a multiple css selector. A screenshot of what you’re trying to do will help.
#header_main .container { border-left: 1px solid; border-right: 1px solid; }Regards,
IsmaelHey nimrodmadar!
Can you please give us more info about what you’re trying to do? Which slide are we talking about?
Regards,
IsmaelHi!
You can add this on your custom.css or Quick CSS:
.portfolio-preview-content { width: 40%; }Please hire a freelance developer to add a masonry gallery hover effect.
Best regards,
IsmaelHey!
My bad! Please replace the code using this:
.logo img, .logo a { height: 58px !important; height: 58px\9; height: 58px; min-height: 58px !important; max-height: 58px !important; }Best regards,
IsmaelNovember 2, 2013 at 6:04 am in reply to: Logo in header not reverting to 100% when scrolling back to top #183641Hey!
This is an old issue and I guess it has been fixed on the latest update. I don’t see the issue anymore on your website.
Best regards,
IsmaelHi ehardy41908!
Please create a new WordPress installation from scratch then activate the theme again. Import the dummy data once. Watch these video to get you started: https://vimeo.com/channels/aviathemes
Cheers!
IsmaelHi!
Please replace that code with the one I provided. Remove browser cache then reload the page a few times.
Cheers!
IsmaelNovember 2, 2013 at 6:00 am in reply to: Greek characters with punctuation marks not showing properly in android devices #183638Hey saquasar!
The images you provided is not working. Can you please post it again? A link to your website will help. What is the font you’re using? Some forums mentioned that Greeks and Hebrew not rendering properly on Android devices is a known issue. This will occur especially on pop ups and menus.
Regards,
IsmaelHi!
What mobile device do you have? You can increase the max-width on the media query code:
@media only screen and (max-width: 1024px) { .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar {display: block; } }Remove browser cache then reload the page.
Regards,
IsmaelNovember 2, 2013 at 5:53 am in reply to: slide's images vanished after upgrading to last version #183632Hey alecode!
1.) This is an old issue with the portfolio filter. You can’t filter a certain post if it is on another page. The only workaround is to show all portfolio items on a single page without pagination.
2.) You can follow these steps on how to increase upload size:
http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/
Regards,
IsmaelHi warrentkachuk!
Please try this:
@media only screen and (max-width: 400px) { div table.shop_table td { padding: 6px 6px; vertical-align: middle; width: auto; display: block; float: left; min-height: 60px; } .actions { width: 300px !important; display: block; } }Best regards,
IsmaelHi!
You can use this media query to target resolutions between 768px to 989px. Example is for the social icons below.
@media only screen and (min-width: 768px) and (max-width: 989px) { .iconbox_content_container h3 { font-size: 15px; } }There is something wrong with the markup. Why do you need to separate these two?
<h3>LIKE TANYA</h3><h3>ON FACEBOOK</h3>
It should be
<h3>LIKE TANYA ON FACEBOOK</h3>
Best regards,
IsmaelNovember 2, 2013 at 5:29 am in reply to: 206 Partial message displayed when child theme is activeted. How to tackle this? #183623 -
AuthorPosts
