Forum Replies Created
-
AuthorPosts
-
Hi!
Please try adding following code to Quick CSS as well
#mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before { content: "\25B6"; margin-left: -10px !important; }Regards,
YigitHi!
Using plugins, you can. You can take a look at this one for example http://wordpress.org/plugins/socialize/
Regards,
YigitKodun içerisindeki linkler aktif olmuş o yüzden olabilir, üzgünüm ama hallettiğinize sevindim. Yardımcı olabileceğimiz her hangi bir konu olursa lütfen çekinmeyin. İyi çalışmalar
Saygılar,
YigitHey Josh!
It is in the root of WordPress file directory where you can also find wp-content, wp-admin and wp-includes folders.
Best regards,
YigitMarch 25, 2014 at 5:09 pm in reply to: we would like to sort the portfolio gallery (with a rating system possibly?) #242848Hey nthcreative!
You are going to need to find a plugin for that or need to hire a freelance developer on Microlancer or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.
Cheers!
YigitHey Kimberlyjo!
Please see – http://kriesi.at/documentation/enfold/change-the-sort-order-of-portfolio-elements/
Cheers!
YigitHey!
Can you post the link to your website so we can take a look and provide you an accurate custom CSS code?
Regards,
YigitHey!
Which browser and OS are you using? I have just checked your website on my iphone and it does look fine on my end – http://i.imgur.com/xtGsjUJ.png
Regards,
YigitHi bakbek!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.template-blog .post_delimiter { display: none; }Cheers!
YigitHey!
Please add following code to Quick CSS as well
#mobile-advanced a, #mobile-advanced .mega_menu_title { height: 50px; }Best regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.header_color { background: white; }Cheers!
YigitMarch 25, 2014 at 4:52 pm in reply to: Enfold : Add to cart button not showing up on variable product #242826Hi Stephane!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.single_variation_wrap { display: block!important; }Cheers!
YigitMarch 25, 2014 at 4:48 pm in reply to: Logo pushed off screen on Logo Center – Menu Below Theme Option #242824Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 768px) and (min-width: 480px) { #header_main .social_bookmarks { right: -25%; }}Thank you for you kind words, we are always glad to help :)
Regards,
YigitHey!
No it does not. You can move all custom CSS code you have in Quick CSS section to Style.css file and in future, you can add all your custom CSS codes to Style.css file and leave Quick CSS field empty
Cheers!
YigitHi chiummog!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#mobile-advanced li { height: 50px; } @media only screen and (max-width: 767px) { form.cart .button { margin-top: 10px !important; }}Regards,
YigitHey kyabroudi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-slideshow-dots { display: none; }Regards,
Yigit-
This reply was modified 12 years ago by
Yigit.
Hi!
You can use Style.css file of your child theme for your custom CSS codes.
Regards,
YigitHey!
Lütfen aşşağıdaki kodu Appearance > Editor bölümündeki Functions.php dosyasına ekleyin
add_filter( 'post-format-standard', 'avia_category_content_filter', 15, 1); function avia_category_content_filter($current_post) { if(is_archive()) { $current_post['content'] = get_the_excerpt(); $current_post['content'] .= $current_post['content'].'<div class="read-more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow"> →</span></div>'; } return $current_post; }Regards,
YigitHey!
I have added custom CSS code to bottom of Style.css file of your child theme in Appearance > Editor and it is now working fine. Please flush browser cache once again and check your website
Best regards,
YigitHi Jane!
Please add following code to Quick CSS in Enfold theme options under Styling tab
div div.ppt { display: none !important; }Regards,
YigitHey jdrakeproductions!
What is the error you are getting? Can you once again make sure to download only theme files and upload it via FTP? http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
YigitHey ariane1001!
Please see “Inline content” section here http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/
Regards,
YigitHi!
Do you mind creating a temporary admin login and posting it here privately so we can take a look?
Best regards,
YigitHi!
Please add following code to Quick CSS as well
.avia_ajax_form .button { border-radius: 15px; }Regards,
YigitHi!
Please try removing !important rule from Ismael’s code and then add following code to Quick CSS as well and adjust as needed
.rotatingtweet a { color: red !important; }Cheers!
YigitHi!
Please flush browser cache and refresh your page a few times. Button corners are rounded on my end. Please see screenshot here – http://i.imgur.com/JcVwMOf.jpg
Best regards,
YigitMerhabalar Sadullah bey,
Lütfen Blog Posts elementini düzenleyip “Blog Content Lenght” olarak “Excerpt with read more link” seçeneğini seçin http://i.imgur.com/C3ZNTw6.jpg
Cheers!
YigitMarch 25, 2014 at 2:24 pm in reply to: How can I prevent the featured image from showing on the single post page? #242724 -
This reply was modified 12 years ago by
-
AuthorPosts
