Forum Replies Created
-
AuthorPosts
-
February 27, 2014 at 7:25 pm in reply to: Icons and content coming out of div on mobile devices #230226
Hi!
Please go to Enfold theme options > General Settings and choose to display Responsive layout
Regards,
YigitFebruary 27, 2014 at 7:22 pm in reply to: Icon Box – Apply Link to Icon & Title Broken link on Icon #230223Hey openpotion!
It does work fine on my installation, see screenshot here http://i.imgur.com/Jz0sXeL.jpg
Please make sure that you are using the latest version of Enfold which is 2.5.4Best regards,
YigitFebruary 27, 2014 at 7:16 pm in reply to: Add text in the blog page and error after update theme #230220Hi!
You are welcome, glad we could help :) Let us know if you have any other questions or issues
Cheers!
YigitFebruary 27, 2014 at 7:13 pm in reply to: Add text in the blog page and error after update theme #230217Hey!
Please flush browser cache and refresh your page a few times. It does work fine on my end http://i.imgur.com/iSNnkgO.jpg
Best regards,
YigitHi!
Please review your website. For further modification, you are going to 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.
Best regards,
YigitHi!
Sure, please do so. Make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Cheers!
YigitHey!
I have set it to private. Please check Grid.css file and look for extra commenting tags. You can also add following code to Quick CSS in Enfold theme options under Styling tab to hide it
#wrap_all { margin-top: -25px; }Regards,
YigitFebruary 27, 2014 at 6:46 pm in reply to: Entfernen von" Sie befinden sich hier: Startseite" #230197Hey!
Have you tried flushing browsers cache? If not, please do and refresh your page a few times. Yes, you can add your custom CSS codes to Custom.css file as well. Can you post the link to your website so we can take a look at the animations you would like to turn off?
Best regards,
YigitHi!
It is in Enfold theme options under Styling tab http://i.imgur.com/W0v6KLB.jpg
You can also add your custom CSS code in Custom.css file inside Enfold/Css folderBest regards,
YigitHi!
Can you try re-updating the theme 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!
YigitHey!
Please try to increase the allocated memory to 128M http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
Best regards,
YigitHi xilopix!
You can use Video element under Media elements in Avia Layout Builder to add videos to your page
Cheers!
YigitHey ftt123!
Please go to wp-content\themes\enfold\framework\php folder and open class-framework-widgets.php file and find
get_the_time($time_format)and change them to
get_the_date()Best regards,
YigitFebruary 27, 2014 at 5:53 pm in reply to: Entfernen von" Sie befinden sich hier: Startseite" #230157Hi susannetessamueller!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.title_container .breadcrumb { display: none; }and go to Enfold theme options > Header tab and uncheck "Append search icon to main menu" to remove the lupe
Cheers!
YigitFebruary 27, 2014 at 5:38 pm in reply to: Add text in the blog page and error after update theme #230149Hey!
@media only screen and (max-width: 767px) { #main > div > div > main > div > div > div.flex_column.av_two_third.first.avia-builder-el-0.el_before_av_one_third.avia-builder-el-first > section > div > p:nth-child(1) > img { display: none; }}Please contact plugin author. As you can see in scope section, we cannot help you with the issues you are having with 3rd party plugins.
Regards,
YigitFebruary 27, 2014 at 5:30 pm in reply to: Avia Layout Builder not available with posts / Sensai #230144Hey!
I have answered your question in your other topic. So i am closing this one.
Cheers!
YigitHey MKW270210!
Please go to Appearance > Editor and open Header.php file and find
if($phone) echo "<div class='phone-info {$phone_class}'><span>{$phone}</span></div>";cut it and paste it right below
if(strpos($headerS,'social_header') !== false && strpos($headerS,'bottom_nav_header') !== false) avia_social_media_icons($social_args);then add following code to Quick CSS in Enfold theme options under Styling tab
.social_header .phone-info { float: right; padding-top: 20px; }Regards,
YigitFebruary 27, 2014 at 5:18 pm in reply to: Avia Layout Builder is no longer available when creating posts? #230138Hi brad86!
Do you mean creating new portfolio items? It was never available for blog posts. For more info, please see Ismael’s post here https://kriesi.at/support/topic/avia-advanced-layout-builder-for-posts/#post-211670
Best regards,
YigitHi!
If you do not want header to resize when scrolled, this is fine. You can edit el_height value if you would like to change the height of header and keep the resizing feature active.
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust the color and transition time as needed
.header-scrolled #header_main { background-color: red; -webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s; transition: all 1s; }Best regards,
YigitHey!
Have you modified theme files? Do you mind creating a temporary admin login so we can take a look?
Cheers!
YigitFebruary 27, 2014 at 5:00 pm in reply to: Add text in the blog page and error after update theme #230124Hi!
That certain image needs to be targetted not to remove all images on the website. Can you post the page and point out the image you would like to remove?
Regards,
YigitHey!
Please try adding following code to Quick CSS and adjust as needed
.breadcrumb-trail * { color: red!important; }If that does not work, please post the link to your website
Best regards,
YigitHey indrahalim!
Please go to Appearance > Editor and open Header.php file and find
if(strpos($headerS,'social_header') !== false && strpos($headerS,'bottom_nav_header') !== false) avia_social_media_icons($social_args);then add following code right below it
get_search_form();Then you can position it by adding following code to Quick CSS in Enfold theme options under Styling tab
#header #searchform { float: right; }You can remove default search icon from main menu in Enfold theme options > Header > Append search icon to main menu
Regards,
YigitHey studio-dlhastings!
Please try to increase the allocated memory to 128M http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
Best regards,
YigitHey JadynWelch01!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.caption_framed .slideshow_caption .avia-caption-title { background: rgba(0, 0, 0, 1); } /* rgb value of the color opacity level = 1 */ div .slideshow_caption h2 { font-size: 40px; }Regards,
YigitHey GavinAnstey!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.avia_transform .avia_start_animation.left-to-right.avia_image, .avia_transform .avia-icon-list .avia_start_animation .iconlist_icon, .avia_transform .avia_start_animation.avia-testimonial .avia-testimonial-image { -webkit-animation: none!important; -moz-animation: none!important; -o-animation: none!important; animation: none!important; opacity: 1!important; -webkit-transform: scale(1)!important; -moz-transform: scale(1)!important; -o-transform: scale(1)1important; transform: scale(1)!important; }Cheers!
YigitFebruary 27, 2014 at 4:15 pm in reply to: Menu and Logo Location for Header With Social Icons and Bottom Nav #230105 -
AuthorPosts
