Forum Replies Created
-
AuthorPosts
-
Hi colinmackinnon!
That is because you have turned off Responsive Layout. Please try going to Enfold theme > General Settings and turn it on.
Cheers!
YigitNovember 19, 2013 at 8:41 pm in reply to: Social icon (LinkedIn) to the right on searh icon in header #190714Hey!
Please go to Appearance > Editor and open Header.php file and find
wp_nav_menu($args); echo '</nav>';and right under that line, add Linkedin icon as shown here http://i.imgur.com/BjFjGWt.jpg
then add following code to Quick CSS in Enfold theme options under Styling tab.linkedicon { float: right; } .main_menu { right: 25px; }Cheers!
YigitHey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#rss-3 h3:before { content: url(https://4.bp.blogspot.com/-GWUe9dfyrWE/T9GMJP-0TtI/AAAAAAAAGvU/XYM-_jYv2co/s25/rss.png); }you can simply change the link to the icon if you would like to use any other
Best regards,
Yigit-
This reply was modified 12 years, 5 months ago by
Yigit.
Hi!
Please add following code to Quick CSS
.home .main_color { background: none!important; }Cheers!
YigitHi!
Please try replacing the first line of code with following one
.av-special-heading h5 { padding-top: 30px!important; }I have added !important to force it
Best regards,
YigitHi!
There might have been a conflict with a plugin. Glad it is working now! Let us know if you have any other questions or issues
Best regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.page-id-8570 .pricing-table-wrap { display: table-header-group; } .page-id-8570 .avia-table { margin: 0; } .page-id-8570 .pricing-table li.avia-pricing-row { font-size: 19px; }It should look like this after changes http://i.imgur.com/eaXfOnB.jpg
Cheers!
YigitHey Florian!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.av-special-heading { float: none; text-align: center; }Best regards,
YigitHey ariane1001!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-slideshow-inner { overflow: visible; }Best regards,
YigitHey!
You can post admin login 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
Best regards,
YigitHi!
Please add following code to Quick CSS as well
.av-special-heading h5 { padding-top: 30px; }If you would like to move the seperator, add following code too
.av-special-heading-h5 .special-heading-border { height: auto; padding-top: 30px; }Best regards,
YigitHey ridcon!
The link you posted returns 404 error. Please post the current link of the page
Regards,
YigitHey!
Please refer to this post to decrease the height of the header https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003
You can enter 100 or 90 instead of 200 thereCheers!
YigitHey sappermarine!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.entry-content-wrapper .post-title { font-size: 28px; }Cheers!
YigitHi simplefly!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { padding-top: 20px; }If that does not do it, please post the link to your website and point out the elements
Best regards,
YigitHey blueoxygen!
Please refer to this post https://kriesi.at/support/topic/table-in-tab-how-to/#post-186619
In your case, you can copy shortcodes and paste it inside text widget in Appearance > WidgetsRegards,
YigitHey!
At this point your header is heavily customized, so it would look like this http://i.imgur.com/bfgcL5z.jpg
Sub-menu is designed to be located in header meta only :)Cheers!
YigitHi simplefly!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.logo, .logo a, .logo img { width: 340px!important; height: 156px!important; max-width: 340px!important; }If that does not work for you, please post the link to your website.
Regards,
YigitNovember 19, 2013 at 2:31 pm in reply to: Post featured images all different sizes.. Need consistient size #190574Hey!
You can replace previous code with following one
.big-preview img { height: 100%; width: 100%; }They should be same size if you adjust heights before uploading
Cheers!
YigitHi!
There are JavaScript errors in console http://i.imgur.com/Pm6AQ4e.jpg
Please try re-updating the theme via FTP if you have deactivated all plugins and it did not work
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!
I checked all of your pages and there seems be to no issue on my end. Which browser are you using?
Cheers!
YigitHi!
Glad you figured it out! Let us know if you have any other questions
Regards,
YigitHi!
Please add following code to Quick CSS
.home .content { background: none!important; }If that does not work, please post the link to your website when you launch it
Regards,
YigitHi!
Once again edited the code i posted and it looks fine on my end. Please flush browser cache and refresh your page a few times.
Best regards,
YigitHey!
Point out those plugin elements when you add them on your Enfold site and we will see what we can do :)
Cheers!
YigitHey!
I just checked your website on my iphone4 ios7 and there is no issue navigating on your website on my end
Please see screenshot http://i.imgur.com/T3HngDw.pngRegards,
YigitIn second line you need to change page id ( which is 734 in the code i posted. that is page ID of homepage on my installation ) with your homepage’s page ID. Please see this post to learn how to find page ID’s using developer tools https://kriesi.at/support/topic/mini-heading-in-page/#post-188120
Best regards,
YigitHey!
You forgot to post the link to your website so i think you are using boxed layout with background image. If so, please go to Appearance > Editor 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 echo " html_$style ".$responsive." ".$headerS;?> " style="<?php if(is_page(734)) { echo 'background: none;'; } ?>">Regards,
Yigit -
This reply was modified 12 years, 5 months ago by
-
AuthorPosts
