Forum Replies Created
-
AuthorPosts
-
Hey!
No worries at all Dave, glad it is working fine now. As you said, it must be caching issue :)
Let us know if you have any other questions or issues!Best regards,
YigitHey!
Please see – http://kriesi.at/documentation/enfold/quick-start-with-woocommerce/
Please also see – http://kriesi.at/documentation/enfold/change-woocommerce-single-product-page-layout/Best regards,
YigitHey Ed!
Please firstly update Enfold to the latest version 2.9.1 via FTP – http://kriesi.at/documentation/enfold/updating-your-theme-files/
You can edit footer menu items in Appearance > Menus. Make sure to choose your footer menu before editingBest regards,
YigitAugust 11, 2014 at 3:50 pm in reply to: Featured image missing on archive pages (Child theme) #302664Hi!
Great! Let us know if you have any other questions or issues Ronan :)
Regards,
YigitHi!
Please find following in your custom CSS
@media only screen and (max-width: 1340px) } strong.logo { margin-left: 5%; } }and change it to
@media only screen and (max-width: 1340px) { strong.logo { margin-left: 5%; } }there is a typo in the code. Fixing it may make other codes work
Regards,
YigitHi!
We do not have such guide but please see – http://kriesi.at/documentation/enfold/how-to-add-an-orderorderby-option-to-the-blogpost-sliderportfoliomasonry-grid-element/
For further modification, please go to Enfold/config-templatebuilder/avia-shortcodes and edit Masonry-entries.php file. You can find some code snippets on Enfold documentation here – http://kriesi.at/documentation/enfold/ and there are many WordPress tutorials on the internet.
And for hiring a developer, please also see Envato Studio or Codeable.Regards,
YigitAugust 11, 2014 at 3:40 pm in reply to: Color section background image size issues on Iphone #302652Hi!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) { .avia-section { background-size: cover; }}Best regards,
YigitHi!
You can add following code to Quick CSS as well to make masonry gallery on desktop look like its mobile version
.av-masonry-entry { width: 100%; }Regards,
YigitHey Knut!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .widget_nav_menu li { border: 1px solid #e2e2e2; border-bottom: none; padding: 3px; } #top .widget_nav_menu li:last-child { border-bottom: 1px solid #e2e2e2; }Cheers!
YigitAugust 11, 2014 at 3:25 pm in reply to: Adjusting number of items in grid layout at category and label blog pages #302647Hi Raul!
Please go to Settings > Reading > “Blog pages show at most” and set it to needed number
Regards,
YigitAugust 11, 2014 at 3:22 pm in reply to: Featured image missing on archive pages (Child theme) #302646Hi!
Please refer to Peter’s post here to change archive layout – https://kriesi.at/support/topic/how-to-get-a-different-layout-for-the-blog-page-without-breaking-breadcrumbs/#post-256745
Regards,
YigitAugust 11, 2014 at 3:21 pm in reply to: Testimonial cut off on Ipad using 2/3rd element from layout builder #302645Hey Ben!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1140px) and (min-width: 768px) { body div .avia-testimonial { float: left; width: 100%!important; border: none!important; }}Cheers!
YigitAugust 11, 2014 at 3:16 pm in reply to: Contact button on same line as text fields; whitespace separator issue #302643Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#av_section_2 input.button { background-color: #9ef2e0!important; border: none!important; margin-top: 25px; margin-left: 10px; } #av_section_2 .avia_ajax_form p { width: 22%; clear: right; } .avia_ajax_form .form_element_half { width: 37.5%; }Cheers!
YigitAugust 11, 2014 at 3:07 pm in reply to: Merge profile picture into forum posts (chat bubble) #302641Hi Fadhli!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) { #bbpress-forums div.bbp-reply-author { float: none; margin-bottom: 10px; } .bbp-reply-author:before { display: none; }}Cheers!
YigitAugust 11, 2014 at 2:59 pm in reply to: Change Main Menu font color, hover colour & font size. #302636Hi!
Glad you figured it out! Let us know if you have any other questions or issues.
Regards,
YigitMerhabalar!
Can you please try deactivating all active plugins and check if that helps? Then you can activate them one by one to find the culprit
Best regards,
YigitHi!
Please try following code and move mobile menu lower
@media only screen and (max-width: 480px) { #advanced_menu_toggle, #advanced_menu_hide { top: 140%; }}Best regards,
YigitHey Oliver!
You have applied custom background image to container right below breadcrumbs container – http://i.imgur.com/1Tz9rsx.png
Setting breadcrumb container to transparent will not show the background image of container belowCheers!
YigitAugust 11, 2014 at 2:47 pm in reply to: Changing the "related posts" default icon at the bottom of posts? #302631Hi interage!
Please see – http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
Cheers!
YigitHey Andres
Please add following code to Quick CSS as well
div .av_one_half { margin-left: 3%; width: 48%; } div .av_one_third { margin-left: 3%; width: 32.333333%; }Regards,
YigitHi!
We will keep the thread open. Please try and let us know so we can mark this thread as resolved or assist you further :)
Regards,
YigitHey ShortieD!
You can give unique ID to your color section elements – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png
then please add following code to Quick CSS in Enfold theme options under General Styling tabdiv#your-custom-id { height: 50px; min-height: 50px; }Cheers!
YigitHi!
Inserting code to functions.php file of your child theme should do the trick
Cheers!
YigitHi!
It does work fine on my end on both parent and child theme. Which version of the theme are you using? If not the latest 2.9.1, please update the theme via FTP – http://vimeo.com/67209750
Best regards,
YigitHey shreinmedia!
You have one empty 1/5 column element and 3/5 column element inside your color section. Please move your button out of column element and remove them and it should work fine
Best regards,
YigitHey pack10natural!
Please try deactivating all active plugins except for WooCommerce and check if that helps. You have currently many plugins installed and activated.
Cheers!
YigitHey!
Please try adding following code to Quick CSS as well
.post-title.entry-title { color: orange!important; }Best regards,
Yigit -
AuthorPosts
