Forum Replies Created
-
AuthorPosts
-
Hi 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,
YigitHi!
Isn’t this what you would like to achieve http://i.imgur.com/hEU3Elk.jpg ?If not, please post a screenshot and show
Regards,
YigitHey nikolai!
Please change z-index value from 2 to 4 as following
#header_meta { z-index: 4; }
Cheers!
YigitHey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top input[type="text"], #top select { width: auto; }
And if you would like to make them to fit in the column;
#top input[type="text"], #top select{ width: 484px; }
Best regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options and adjust as desired
.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: green!important; }
Regards,
YigitHey Olivia!
Please hover on your template and close icon will appear http://i.imgur.com/tnIniNj.jpg You can simply click it to remove your templates
Cheers!
YigitHey!
Do you have iPhone 4 or newer models? This fix exactly should work https://kriesi.at/support/topic/retina-images-and-fonts-in-portfolio-grid-theme-enfold/#post-164097 Have you tried it?
Regards,
Yigit -
AuthorPosts