Forum Replies Created
-
AuthorPosts
-
Hi Tybo,
I tried locally and did not have any issues. It will be better if you post the link of your website when you launch it. For now you can try adding following code to Quick CSS in Enfold theme options under Styling
img, a img { margin: 0!important; padding: 0!important; }
Regards,
Yigit
Hi,
Actually it should be below the image. For a quick fix you can add following code to Quick CSS
span.blog-tags.minor-meta { padding-top: 385px!important; }
Regards,
Yigit
Hi,
I checked your logo and it looks the same on both IE 10 and Chrome. 332x88px. I guess problem solved? If not, please post a screenshot
Regards,
Yigit
September 11, 2013 at 7:29 am in reply to: Need to Move and Maybe Change Social Media Icons in my Header #140376Hi,
Can you once again make sure that you have set Featured Image in portfolio page?
Regards,
Yigit
September 11, 2013 at 7:13 am in reply to: How to remove the Border around the Breadcrumb navigation? #140558September 10, 2013 at 5:43 pm in reply to: How to remove the Border around the Breadcrumb navigation? #140556Hi,
Isn’t Space-blog page your main blog page? I clicked on Space-blog in breadcrumbs in all three blogs posts and links go right back to http://uprisetestdomain.co.uk/paramount/space-blog/
Regards,
Yigit
September 10, 2013 at 4:47 pm in reply to: Iconlist in sidebar widget – resize probs in responsive mode #140241Hi Katharina,
Please try adding following code to Quick CSS in Enfold theme options under Styling
@media only screen and (min-width: 767px) and (max-width: 989px) { .avia-icon-list .iconlist_content_wrap { overflow: none; text-align: center; }
.avia-icon-list .iconlist-timeline { left: 65px; }
.main_color .avia-icon-list .iconlist_icon { left: 32px; } }
It will move the content of icon list under icon when displayed on screens between 767px and 989px.
Regards,
Yigit
September 10, 2013 at 3:54 pm in reply to: Header Type change ??? : Fixed Header with Social Icon and additional Navigation #140437Hi,
You would like to remove sub menu and social icons when scrolled down but keep the main menu fixed in Fixed Header with Social Icon and additional Navigation type of header? If so, it is not possible.
Regards,
Yigit
Hi,
Please add following code to Quick CSS in Enfold theme options to remove main navigation and side navigation
#header_main_alternate { display: none; }
#top .widget_nav_menu .nested_nav { display: none; }
Regards,
Yigit
Hi,
To open images in lightbox, in portfolio page you should click on Add Media and add image on the top of the content. Then you should set a Featured Image on the lower right side of the page.
You can add following code to Quick CSS in Enfold theme options under Styling to remove featured image in single portfolio pages.
.page-thumb img { display: none; }
In your WordPress theme directory, please go to Enfold folder and open Footer.php file and find following code in line 96
<span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>
and change it to
<span class='copyright'><?php echo $copyright; ?></span>
Regards,
Yigit
September 10, 2013 at 2:18 pm in reply to: WooCommerce "Store Page" not recognizing layout options #139759Hi,
You can add following code to Quick CSS to remove that black bar
.alternate_color { display: none; }
Regards,
Yigit
Hi,
Please add following code to Quick CSS in Enfold theme options under Styling
#top .header_color .sub_menu ul li a:hover { color: red; }
Regards,
Yigit
Hi,
Please add following code to Quick CSS in Enfold theme options under Styling
.iconbox_top .iconbox_icon { left: 6%; font-size: 20px; padding: 15px;}
.iconbox_top .iconbox_content { text-align: left; }
To increase the size of icons you should adjust the value of font-size and padding
Regards,
Yigit
September 10, 2013 at 1:27 pm in reply to: LayerSlider in my Enfold Theme site not displaying on iPad or iPhone. #140338Hi,
Can you please once again make sure that ‘Responsive’ is checked in your slider settings?
Regards,
Yigit
Hi Miguel,
You are currently using version 1.7. Please update Enfold to version 2.1 and WordPress to 3.6
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP:
http://vimeo.com/channels/aviathemes/67209750
After updating Easy slider should work
Regards,
Yigit
Hi Vedran,
Can you please once again make sure that Post Number in Portfolio Grid setting is not set to 9
Regards,
Yigit
Hi,
Can you post a screenshot of the issue you are having? I have tested your site on IE 10 and there seems to be no problem with your logo
Regards,
Yigit
Hi,
Please add following code to Quick CSS in Enfold theme options under Styling
img.avia_image.avia_image_team { float: left; }
Regards,
Yigit
September 10, 2013 at 11:49 am in reply to: Need to Move and Maybe Change Social Media Icons in my Header #140374Hi,
Please try adding following code to Quick CSS in Enfold theme options under Styling
#top .sub_menu>ul { top: -36%!important; margin-left: 1px; }
Regards,
Yigit
Hi Xavier,
To display big preview picture you should go to Enfold theme options and change blog style to “Single Author, big preview pic” under General Settings
Posts that have the same tags will be displayed in “You might also like” section. You can add tags in post page
Regards,
Yigit
Hi,
Please add following code to Quick CSS that is in Enfold theme options under Styling
@media only screen and (max-width: 1016px) { div.main_menu { display: none!important; } }
This will hide menu on screens smaller than 1016px.
Regards,
Yigit
Hi,
As i see Kriesi was tagged in this post but your website gives “Error connecting to database” error. Please contact your hosting company
Regards,
Yigit
Hi,
by adding target=”_blank” as above, you can make it open in a new window
Regards,
Yigit
Hi Matt,
You can add this code to Quick CSS that is in Enfold theme options under Styling
@media only screen and (min-width: 1140px) { .main_menu ul:first-child > li > a { padding: 0 5px!important; } }
It will decrease padding to 5px on menu anchor tags on screens smaller than 1140px. Then you can change the switch width of mobile menu. To do so, in your WordPress themes folder, please go to Enfold > Js and open Avia.js file and find following code in line 87
switchWidth = 767;
and change it to
switchWidth = 989;
Then some CSS codes may be needed, but it would be better if you apply those now then we inspect live on your website
Regards,
Yigit
-
AuthorPosts