Forum Replies Created
-
AuthorPosts
-
Hi!
Please add following code to Quick CSS as well
#top .main_menu .menu li ul a { color: white; }Best regards,
YigitHi georgeorbelian!
Please deactivating all active plugins and check if issue remains. There is such error in console http://i.imgur.com/qeth6ek.jpg
Regards,
YigitNovember 14, 2013 at 5:16 pm in reply to: Change size of gallerys and sliders on blog posts and main blog page #188439Hi 0st!
Please go to Enfold theme options > General Settings and change “Blog Style” and “Single Post Style” as desired
Cheers!
YigitHi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#after_section_3 .content { padding-top: 0; padding-bottom: 0; }Regards,
YigitHey!
1) You can add following code to Quick CSS in Enfold theme options under Styling tab
.main_menu ul:first-child > li > a { color: white!important; }2) You can try adding following code to Quick CSS as well and i think that should work for heading elements
h1, h2, h3, h4, h5, h6 { font-weight: normal; }if not, please post the link to your website
Regards,
YigitHi!
Now no, but if you create these two tables seperately, and place them inside columns ( one in 1/2 column element other one in another 1/2 column element ), we can provide you custom css then
Cheers!
YigitHey!
This is how it looks on my end on iphone4 ios7 http://i.imgur.com/flgRMiU.png
Best regards,
YigitHi!
You can add a line break as shown here http://i.imgur.com/US2Jg5W.jpg and that should do the trick :)
Regards,
YigitHi!
You are welcome Peter! Glad we could help. You can come back any time :)
Cheers!
YigitHey Magnus_Norrman!
Can you post the link to your page and point out the the heading element?
Best regards,
YigitHi ganjou!
Please add following code to Quick CSS as well
.header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { background-color: green; color: white!important; }Cheers!
YigitHi wieslander!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
#top #menu-item-search.menu-item-search-dropdown>a { display: none; }Regards,
YigitNovember 14, 2013 at 3:44 pm in reply to: logo size different in safari and firefox. How to make it standard? #188391Hey Delphine!
Please post your feature requests here https://kriesi.at/support/topic/enfold-feature-requests/
It is really hard to follow when you self post, so please do not do it. I wanted to check your website once again but as your site is in maintenance mode and you have changed the logins, i could not.Best regards,
YigitHi theodorr!
You can add the code you have found and change all 88px to 60px and then add following code to remove the white space
.fixed_header #main { padding-top: 60px; }If you decide to you use 50px, you should change all these values to 50px
Cheers!
YigitHey!
Please add following code to Quick CSS as well
.big-preview img { width: 100%; }Cheers!
Yigit-
This reply was modified 12 years, 5 months ago by
Yigit.
November 14, 2013 at 3:22 pm in reply to: How can I set Enfold to swedish using Code Styling Localization? #188379Hi!
Please go to wp-content\themes\enfold\lang folder in your WordPress theme directory
Best regards,
YigitHi!
Changes are done. Please review your website. I was targetting wrong element. You can find the correct one in Quick CSS section
Best regards,
YigitHi!
Please add following code to Quick CSS as well
.fixed_header #main { padding-top: 50px; }Regards,
YigitHi!
Please go to Enfold theme options > Styling http://i.imgur.com/j52S7w4.jpg
Underlined option on the left is for headings and the on the right for standard text. This section is missing on your end?Best regards,
YigitShalom Asaf!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) { .responsive .logo { margin-bottom: 50px; } #advanced_menu_toggle { top: 77%; }}Best regards,
YigitHey!
This is what you would like to achieve http://i.imgur.com/istSAWZ.jpg am i correct?
If so, please try adding !important to previous code to force it. So it should be.main_color .grid-content { background-color: transparent!important; }After applying the code, please flush browser cache and refresh your page a few times
Cheers!
YigitHey frankster1234!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-menu-fx .avia-arrow-wrap .avia-arrow { display: none; } /* removes small arrow */ .avia-menu-fx { height: 4px; } /* thickness of indicator */ div .slideshow_caption h2 { color: red; }/* changes caption color in slider */ .caption_framed .slideshow_caption .avia-caption-title { background: rgba(0, 0, 0, 0.5); } /* background color, you can adjust it by changinh rgb valuePlease see this topic https://kriesi.at/support/topic/table-in-tab-how-to/#post-186619
Best regards,
YigitHi!
Please try deactivating all active plugins and check if issue remains.
Best regards,
YigitHi Delphiine!
Please try adding following code instead
.blog .title_container .container { display: none; }Best regards,
YigitHey!
You can upload screenshots on imgur.com, Dropbox or on your website and post links here privately. Please make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Regards,
YigitHey!
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
You should add them in such form@media only screen and (max-width: 480px) { .page-id-2528 .sub_menu, .page-id-999 .sub_menu, .page-id-9989 .sub_menu { display: block; } .sub_menu { display: none; } }to display on any page you would like
Regards,
YigitHi!
Yes your theme now looks updated. Please deactivate plugins and check adding cutom css codes. If it starts to work again, you can add following code to Quick CSS in Enfold theme options under Styling tab or into Custom.css file inside Enfold/CSS folder to change color of header meta and adjust it as desired
#header_meta { background-color: white; }You are welcome :)
Cheers!
YigitHi!
You should go back to enfold\includes folder and open open loop-index.php file and find
the_author_posts_link();it should be on 159th line. You should replace following lines which are between 152-160
echo '</span><span class="text-sep text-sep-cat">/</span>'; } echo '<span class="blog-author minor-meta">'.__('by','avia_framework')." "; echo '<span class="entry-author-link" '.avia_markup_helper(array('context' => 'author_name','echo'=>false)).'>'; echo '<span class="vcard author"><span class="fn">'; the_author_posts_link(); echo '</span></span>';with
//echo '</span><span class="text-sep text-sep-cat">/</span>'; } //echo '<span class="blog-author minor-meta">'.__('by','avia_framework')." "; //echo '<span class="entry-author-link" '.avia_markup_helper(array('context' => 'author_name','echo'=>false)).'>'; //echo '<span class="vcard author"><span class="fn">'; //the_author_posts_link(); //echo '</span></span>';If you have more questions, please start a new thread
Cheers!
YigitHey!
Have you tried deactivating all active plugins? And you are using fairly old version of Enfold (1.9.1). You can login on ThemeForest witht the account you have purchased Enfold and go to Downloads section to download the latest version 2.4.2 and update it 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/67209750Cheers!
Yigit -
This reply was modified 12 years, 5 months ago by
-
AuthorPosts
