Forum Replies Created
-
AuthorPosts
-
Hey!
I prepared a screencast showing how it looks on Chrome, IE and Firefox http://www.screenr.com/sYbH
I also tagged Josue in this topic. As far as i know he does have Mac. So let us wait for him to check your websiteCheers!
YigitHi!
There are tens of thousands of WordPress plugins and it would be impossible to make the theme compatible with all of them. You can find bunch of plugins that are recommended in here https://kriesi.at/support/topic/recommended-plugins-last-update-04-09-2013/
I am not familiar with the plugin. Can you post a screenshot and show it should look?Regards,
YigitHi!
Sorry, my bad, this code
#menu-main-menu .sub-menu li a { font-weight: normal !important; }should be
#menu-main-menu .sub-menu li a { font-weight: normal; }!important prevents active menu item to be highlighted
Regards,
YigitHey!
No, not at all Jonathan but i checked your website in Chrome, Firefox and IE 8-9-10 on Win 7 and logo is fine on all browsers. Can you try on another computer if possible?
Regards,
YigitHi!
Please add following code to Quick CSS as well
.current_page_item>a, .current-menu-item>a { font-weight: bold!important; }Regards,
YigitHi!
It is highlighted actually but you have following custom css added
#menu-main-menu .sub-menu li a { font-weight: bold !important; }so it is not visible. You can add following code to Quick CSS to make font weight of sub menu items normal and active item will be in bold
#menu-main-menu .sub-menu li a { font-weight: normal !important; }Best regards,
YigitHey!
Please flush browser cache and refresh your page a few times. It now seems to be working on my end http://i.imgur.com/OCIySFe.jpg
Best regards,
YigitHi Jonathan!
It is not hidden by default. Which version of WordPress are you using?
How you would like blog posts font style to be?Best regards,
YigitHi!
Do you mind creating a temporary admin login and posting it here privately?
Cheers!
YigitHey!
In that case you can choose not to display sidebar on that certain page and insert Widget Area element under Content elements as a workaround in my opinion. You can insert any widgets you would like to display in your sidebar in Widget Area and it works well with Color Section element
Best regards,
YigitHi!
You are using old version of Enfold (1.7.1). Recently version 2.4.2 was released. It contains LayerSlider’s most recent version as well. Also, many bug fixes and improvements have done to the theme since version 1.7.1. Please firstly update your theme so we know that we are not trying to troubleshoot a issue that has been fixed already.
You should login on ThemeForest with the account you have purchased Enfold with and go to Downloads section to download the latest version of Enfold
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750Best regards,
YigitHi cirrus05!
In my opinion there is no way to display tables on mobile devices as they are on bigger screens. An idea though; each column could be added as linked images right under actual table and only be visible on mobile devices while actual table is hidden. If you would like to give it a try and see how it will look, please create a temporary admin login and post it here privately and i can do it for you.
Regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.column-top-margin { margin-top: 15px; }Cheers!
YigitHey!
I wanted to check which version of Enfold you are using but could not connect to your website. If you are not using the latest version of Enfold (2.4.2), please try updating your theme via FTP
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750Regards,
YigitHey!
Code is not being applied for some reason. Please try to add the code in my previous post to custom.css file inside Enfold/css folder.
Best regards,
YigitOctober 31, 2013 at 10:26 pm in reply to: Enfold- Social media icons and widget icons missing #183128Hi!
I just checked your website on Chrome, Firefox and IE and it works fine on my end. Please see the screenshot http://i.imgur.com/0V7HhTi.jpg
Best regards,
YigitHi!
Please add following code to Quick CSS as well
.logo img, .logo a { max-height: 58px !important; }Best regards,
YigitHey asdevargas!
Can you post the link to your website? You should have enough content under slider and prev/next buttons should appear when you scroll down.
Regards,
YigitHey heidi22!
You can add it in Header.php file right under following code
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');I would suggest you to add it inside a div something like
<div class="second-image"></div>
so you can style it.
If you need help about it, please create a temporary admin login and post it here privately and upload your images in Media LibraryBest regards,
YigitHey Morten!
Have you tried this plugin http://wordpress.org/plugins/codestyling-localization/ ?
Best regards,
YigitHey jono713!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-testimonial-image, .avia-testimonial-image img { width: 120px; height: 120px; }Best regards,
YigitOctober 31, 2013 at 5:02 pm in reply to: slide's images vanished after upgrading to last version #183031Hey!
I would suggest you to update via FTP. You will not lose any pages or content as they are saved in your database. Settings will remain the same as theme names are the same
Cheers!
YigitHey!
That is because you have not changed “.avia-builder-el-X”. Please take a look at my last 2 posts and try following code
.avia-builder-el-7 .iconbox_icon { background-color: #f15b28 !important; } .avia-builder-el-9 .iconbox_icon { background-color: #f7941e !important; } .avia-builder-el-11 .iconbox_icon { background-color: #68bd45 !important; } .avia-builder-el-12 .iconbox_icon { background-color: #2dc2e3 !important; } .avia-builder-el-15 .iconbox_icon { background-color: #fecb1e !important; }Cheers!
YigitHi!
This is the code
.avia-builder-el-7 .iconbox_icon { background-color: red!important; } .avia-builder-el-9 .iconbox_icon { background-color: blue!important; } .avia-builder-el-11 .iconbox_icon { background-color: #f2f2f2 !important; }As you can see .avia-builder-el-X are all different. That is where you need to edit. I also added hex value to the last code
Regards,
YigitHey!
You most definitely can. You just need to find this class of that certain article http://i.imgur.com/hxHPT3V.jpg and adjust previous css code :)
Cheers!
YigitOctober 31, 2013 at 4:33 pm in reply to: slide's images vanished after upgrading to last version #183011Hi!
Your theme does not seem to be updated. It is still version 2.3.2. Please let us know after the update
Regards,
YigitHi victorribot!
1) Can you try deactivating all active plugins and check if issue remains?
2) Please refer to this post https://kriesi.at/support/topic/back-to-top-button-broken/#post-179730Cheers!
YigitOctober 31, 2013 at 4:18 pm in reply to: remove kriesi link in footer but allowing another link #183000Hey Delphiine!
Please go to Appearance > Editor and open Footer.php file and search for following code
<?php echo $copyright . $kriesi_at_backlink; ?>and change it to
<?php echo $copyright; ?>Regards,
YigitOctober 31, 2013 at 4:15 pm in reply to: slide's images vanished after upgrading to last version #182998Hi!
Can you try updating your theme to your 2.4.2 via FTP? Maybe something went wrong while updating your theme because as far as i know, none of the other users had such issue
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750Best regards,
Yigit -
AuthorPosts
