Forum Replies Created
-
AuthorPosts
-
Hi!
Please refer to this tutorial http://wpmu.org/adding-custom-fonts-to-wordpress-with-font-face-and-css/
Regards,
YigitHey GARTLANS!
You can add following code to Quick CSS in Enfold theme options under Styling tab
.search-no-results .widget avia_combo_widget, .search-no-results h3 { display: none!important; }
or you can comment out by adding // in front of each highlighted lines in this screenshot http://i.imgur.com/jPTnewr.jpg
And yes, you should modify loop-search.php file manually if you would like to add new elements to search pageCheers!
YigitHey Jae!
Please do not start new topics to redirect to your on-going topic. It makes harder for us to follow queries.
Regards,
YigitDecember 5, 2013 at 5:34 am in reply to: How can I create table with content inside of the left tab #196504Hi tobylove!
You can switch to Default Editor and click on Magic Wand tosee full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
You can create any of them and copy/paste shortcode into the element you have created in Avia Layout BuilderCheers!
YigitHi skynandi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.alternate_color h1, .alternate_color h2, .alternate_color h3, .alternate_color h4, .alternate_color h5, .alternate_color h6 { color: red; } .main_color h1, .main_color h2, .main_color h3, .main_color h4, .main_color h5, .main_color h6 { color: blue; }
First line is for alternate color heading elements and second one is for main color heading elements
Best regards,
YigitHey NaturaIntegrativeMedicine!
Please go to Appearance > Widgets and remove all unwanted widgets from widget area called “Display Everywhere”.
Again, you can go to Appearance > Widgets in WordPress dashboard and create a new widget area and add your links in it, then you can choose to display that widget area on any page you wantBest regards,
YigitHey!
@brianemwd Can you post a screenshot and show how it looks and how you want it to look?Cheers!
YigitHey simplefly!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
#A_a10ce3df { margin-bottom: -40px; }
Regards,
YigitHey yoice!
I am not sure if this is the best way but please go to Appearance > Editor in WordPress dashboard and open header.php file and find
<html <?php language_attributes(); ?> class="<?php echo " html_$style ".$responsive." ".$headerS;?> ">
and change it to
<html <?php language_attributes(); ?> class="<?php if(!is_page(734)) { echo " html_stretched ".$responsive." ".$headerS; } else { echo " html_$style ".$responsive." ".$headerS; }?> ">
You just need to change page ID ( 734 in my case ) to page ID of your home page. You can right click on Chrome and on Firefox and click Inspect Elements to find out page ID’s http://i.imgur.com/TrDQ84Y.jpg
Regards,
YigitEDIT: Please choose boxed layout in Enfold theme options under Styling tab
-
This reply was modified 11 years, 8 months ago by
Yigit.
Hey!
You can post the login credentials and access to FTP here privately but as Peter said, Kriesi was tagged in the thread, so we are waiting for his answer.
Regards,
YigitHey!
Please try adding !important to force it so it should be
.main_menu ul:first-child > li > a { font-weight: normal!important; } #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { width: 14%!important; }
Regards,
YigitHi!
In that case you are going to need to try to update the theme to the latest version 2.4.2. The version you are using is very old. Your developer should have used a child theme ( http://vimeo.com/channels/aviathemes/67221517 ) to make customizations update proof.
Cheers!
YigitHey!
Please add following code to Quick CSS in Enfold theme options under Styling tab to remove Related posts section
#top .fullsize .related_posts { display: none; }
Regards,
YigitHey!
I cannot access to admin page as well http://i.imgur.com/hU4YZm9.jpg
Vilnius – LithuaniaRegards,
YigitHey!
Please add following code to Quick CSS as well..
.sabai-directory-map-header input[type="checkbox"] { float: left; }
Cheers!
YigitHi!
Please flush browser cache and refresh your page a few times. It does work on my end.
Cheers!
YigitHi!
Glad you figured it out. And removed the screenshot upon your request. Let us know if you have any other questions or issues
Regards,
YigitHey!
You are welcome, glad we could help :) Let us know if you have any other questions or issues
Regards,
YigitHey!
Please add following code to Quick CSS as well
html * div .ls-wp-container .ls-layer > *, body * div .ls-wp-container .ls-layer > *, #ls-global * div .ls-wp-container .ls-layer > * { text-decoration: none; }
Cheers!
YigitHey!
You are welcome, glad we could help :) Let us know if you have any other questions or issues
Cheers!
YigitHey!
It seems like code is not being applied. Please try adding the same code to Custom.css file inside Enfold/Css folder.
You are currently using Enfold version 1.7 which is fairly old. Please update your theme to the latest version 2.4.2
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,
YigitDecember 4, 2013 at 5:57 pm in reply to: Easy Slider funktioniert nicht mehr / doesn't work anymore #196269Hey!
Can you post the link to your website? I am checking the one on your profile and it still shows version as 1.7
Best regards,
YigitDecember 4, 2013 at 5:56 pm in reply to: Enfold- Social media icons and widget icons missing #196268Hi!
Please flush browser cache and try refreshing your page a few times. Icons work fine on my end on Chrome on Win7 http://i.imgur.com/wXEwQfc.jpg
Cheers!
YigitHey!
You can refer to this post to change the width to switch to mobile menu https://kriesi.at/support/topic/collapsable-menu/#post-165144
Cheers!
YigitHey!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
h3.ls-s-1:hover, .ls-s-1 h3:hover { background-color: white!important; }
Cheers!
YigitHi Joangronfeldt!
In newer version of the theme it is included. Or you can download it from https://kriesi.at/support/topic/please-contribute-and-translate-enfold/#post-22223
Or, you can use this plugin http://wordpress.org/plugins/codestyling-localization/Best regards,
YigitHey!
Now you can add following code to Quick CSS to remove that whitespace
.fixed_header #main { padding-top: 72px; }
Best regards,
YigitHey!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.js_active .portfolio-preview-content .tab_content { clear: both; }
Best regards,
YigitHey!
I clicked home button multiple times, but still cannot see an issue. Please try checking your website on another computer
Cheers!
Yigit -
This reply was modified 11 years, 8 months ago by
-
AuthorPosts