Forum Replies Created
-
AuthorPosts
-
December 4, 2013 at 10:30 am in reply to: limit portfolio navigation to a single category in single item view #196057
Hey totofunk!
Please add this on functions.php:
add_filter('avia_post_nav_categories', 'avf_same_category_filter'); function avf_same_category_filter($same_category) { $same_category = true; return $same_category; }Best regards,
IsmaelHey olbert123!
You can use this on your custom.css or Quick CSS:
body p, body { font-size: 15px; }There are lots of heading elements on the theme, which would you like to change? You can change the main title or heading using this:
#top .alternate_color.title_container .main-title a { color: black; font-size: 15px; }Regards,
IsmaelHi!
It is properly loading on our end. Please use another browser. This is the screenshot:

Best regards,
IsmaelDecember 4, 2013 at 10:14 am in reply to: Imported Dummy Data – The requested url was not found on this server #196036Hey belso!
Please try to flush the permalinks settings on Settings > Permalinks a few times.
Best regards,
IsmaelDecember 4, 2013 at 10:11 am in reply to: Enfold- Social media icons and widget icons missing #196033Hi!
Please refer to this link, try to follow Kriesi’s solution: https://kriesi.at/support/topic/icons-still-not-working-in-firefox-and-ie/#post-173204
Regards,
IsmaelHi myuption!
Unfortunately, Enfold doesn’t have an audio player. You can try these plugins:
http://wordpress.org/plugins/compact-wp-audio-player/
http://wordpress.org/plugins/html5-jquery-audio-player/Best regards,
IsmaelHi!
Please go to Enfold > Styling > Header tab. Change the Header background color. You can use rgba and hex colors.
Regards,
IsmaelHey ace2296!
Try to flush the Header Style settings. Change it to another style then change it back to fixed header. You have a lot of plugins installed, please try to disable them.
Cheers!
IsmaelHey!
Please try this:
#top div .avia-gallery .avia-gallery-big { width: 80% !important; min-height: 921px !important; float: left; clear: none !important; } #top div .avia-gallery .avia-gallery-big img { min-height: 905px; }Cheers!
IsmaelHi!
Non-breaking spaces are produce when you press “Enter” while working on the Visual Editor. Please try to work on the Text or code editor. Please try to wrap your table in a div tag.
Best regards,
IsmaelHey!
Please try this:
.av_textblock_section { padding-top: 30px; }You can add a unique selector for each Avia Elements. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code:
add_theme_support('avia_template_builder_custom_css');Edit any avia elements like Text Block then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “awesome-textblock”. You need this to adjust other text blocks’ top padding.
You can add something like this on your custom.css or Quick CSS:
.avia_textblock.awesome-textblock p { padding-top: 20px; }Regards,
IsmaelHey lizybloom!
You can add a unique selector for each Avia Elements. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code:
add_theme_support('avia_template_builder_custom_css');Add the Text Block inside the Color Section. Add a unique css selector on “Custom Css Class” field. For example, add “awesome-textblock”.
You can add something like this on your custom.css or Quick CSS:
.avia_textblock.awesome-textblock { background: rgba(255,255,255,.5); padding: 10px; width: auto; }Regards,
IsmaelHi bogosavljev!
Please try these plugins:
http://wordpress.org/plugins/countdown-clock-timer/
http://wordpress.org/plugins/uji-countdown/Cheers!
IsmaelHi m!
Edit js > avia.js, find this code on line 17:
// decreases header size when user scrolls down avia_header_size();Replace it with:
// decreases header size when user scrolls down //avia_header_size();Remove browser cache then reload the page a few times.
Best regards,
IsmaelHi m!
You can use this on your custom.css or Quick CSS:
.js_active .toggler { font-size: 14px; font-weight: bold; color: blue !important; }Cheers!
IsmaelHi DoGrinDigital!
Do you want to move the whole header on the left? I’m not sure if this is going to work but you can use this:
#header { margin-left: -200px; }Please post a screenshot of what you’re trying to do.
Best regards,
IsmaelHi nimrodmadar!
Did you set the Global Settings > Slider width to 100%? Don’t forget to set the width of Global Settings > Layers Container. Use pixels for layer placement or position.
Best regards,
IsmaelHi!
I don’t know why you’re getting that url but please check header.php, find this code:
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=EntypoRegular" media="all" />Remove it. Do you have any font plugins of some sort? Please deactivate all plugins.
Best regards,
IsmaelHey wholereneducation!
Unfortunately, it is not possible at the moment. You can visit werkpress to modify the fullwidth masonry element for you.
Best regards,
IsmaelHi!
Are you working on a the Visual Editor? You should be working on the Text editor while editing HTML tags to avoid the spaces. The Table element does support images. Edit a row then insert the img tag:
<img width="100" height="100" src="http://www.shop.hidra.com.tr/wp-content/uploads/image_6186_1.jpg">Don’t forget to define the width and the height.
Cheers!
IsmaelHi!
20,000 seems to be an overkill. Anyway, try to increase the php memory limit: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
IsmaelDecember 3, 2013 at 12:10 pm in reply to: how to make the big feature image in blog post non clickable. #195723Hi!
Yes, you need to copy the includes folder including the loop-index.php file.
Regards,
IsmaelHey!
1.) I think number 1 is doable. Add this on your custom.css or Quick CSS:
#top div .avia-gallery .avia-gallery-big { width: 80% !important; min-height: 590px !important; float: left; clear: none !important; } #top div .avia-gallery .avia-gallery-big img { min-height: 570px; }2.) You need to hire someone like Yigit said for number 2.
Regards,
IsmaelDecember 3, 2013 at 9:39 am in reply to: how to correctly display product image in shop page (w/o a scrollbar) #195700Hey tasoskouk!
Please add this on your custom.css or Quick CSS:
.four.units.single-product-main-image.alpha { overflow-y: hidden; }Regards,
IsmaelHey!
Sorry. You can enclose the iframe on this div:
<div class="avia-video avia-video-16-9 " itemprop="video" itemtype="http://schema.org/VideoObject"> <div class="avia-iframe-wrap"> <iframe width="1500" height="844" src="http://www.youtube.com/embed/G0k3kHtyoqc?feature=oembed&wmode=opaque" frameborder="0" allowfullscreen=""></iframe> </div> </div>Remove the iframe code and replace it with yours. Set the the same width and height on the example above. It should be responsive after.
Regards,
IsmaelHi nock!
Please add this on your custom.css or Quick CSS:
div .logo { position: absolute; right: 0; } .main_menu { position: absolute; left: 0; }The logo doesn’t disappear when scrolling.
Cheers!
IsmaelHey!
You can add this on your custom.css or Quick CSS:
.main_color b { color: #ff3640; } .header_color .main_menu ul:first-child > li > a { color: #ff3640; }Please check wp-content/uploads/dynamic_avia/enfold.css. Set the permission to 755.
Regards,
Ismael -
AuthorPosts
