Forum Replies Created
-
AuthorPosts
-
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.main_color a:hover, .main_color h1 a:hover, .main_color h2 a:hover, .main_color h3 a:hover, .main_color h4 a:hover, .main_color h5 a:hover, .main_color h6 a:hover, .main_color .template-search a.news-content:hover { color: black; }Cheers!
YigitHey!
You are going to need to hire a freelance developer on Envato Studio or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote from WerkPress.
Regards,
YigitHi Sean!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.title_container { position: fixed; top: 35%; z-index: 99; width: 100%; }Please note that it may or may not cause issue, such as responsiveness.
Regards,
YigitHi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 768px) { #header_main { height: 140px; } .custom_content { top: 80px; }}Best regards,
YigitHey sylentbob3!
Please go to Enfold theme options > Header Layout > Header Layout > Header Size = Custom Pixel Value > Header Custom Height and increase it. If that does not help, please post the link to your website so we can take a look
Regards,
YigitHey!
Do you mind creating a temporary admin login so we can take a look?
Best regards,
YigitHey xtianj!
Can you post the link to your website so we can take a look?
Best regards,
YigitHi!
Please add following code to Quick CSS as well
.custom_content { z-index: 999; }then add anchor tags
Best regards,
YigitHey!
Please update Enfold to the latest version 2.7 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
YigitMay 1, 2014 at 1:05 am in reply to: Display title always in fullwidth masonry with transparent background #258644Hi!
Please add following code to Quick CSS as well
.av-masonry-entry .avia-arrow { display: none; } .av-masonry-entry .av-masonry-entry-title { background: rgba(255,255,255,0.5); padding: 10px; margin-bottom: 30%; }Best regards,
YigitHi!
Please go to Users > Add New and set the role as Administrator. You can use (Email address hidden if logged out) for email. Then post the login credentials here privately by checking “Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Regards,
YigitHey!
You are welcome :)
I will close this topic for now. If you have any other questions or issues related with this topic, feel free to start a new one reference this topic.Regards,
YigitHey!
Yes i have replied to @rsbell. Please add following code to Quick CSS
.small-preview .iconfont { display: none; } .main_color .small-preview { background: transparent; } .main_color .small-preview:hover { background: transparent; } .multi-big .post_author_timeline, .single-small .post_author_timeline { display: none; }It would remove the placeholder and timeline (dots) too. If you would like to keep timeline, do not add the last line in the code
Regards,
YigitHi!
Do you mind creating a temporary admin login so we can take a look?
Regards,
YigitHi!
Please contact your service provider and tell them that you get “Call to undefined function mb_strimwidth()” error. They should enable Multibyte String
Cheers!
YigitHey!
Code is not being applied. Can you try adding it to bottom of Style.css file of your child theme in Appearance > Editor and check if that works?
Best regards,
YigitHey!
Please try using % instead of px you can also add !important rule as following
left: 15%!important;Regards,
YigitHey!
My bad :) Please add following code to Quick CSS instead
.html_header_top.html_bottom_nav_header .main_menu>div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child { width: auto; float: right; }Cheers!
YigitHi!
Please download a fresh WordPress here – https://wordpress.org/download/
and replace update.php file that is inside wp-includes folder via FTPCheers!
YigitHi!
Please add following code to Quick CSS as well
1-body a, #top .comment_text { font-size: 15px; }2-
.blog-tags, .blog-categories { pointer-events: none; }3-
.main_color strong, .alternate_color strong { color: inherit !important; }4-Please add following code to Functions.php file in Appearance > Editor
add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1); function avia_change_postgrid_excerpt_length($length) { $length = 55; return $length; }5-
h1 { color: red !important; }6-
h2 { font-size: 18px !important; }Cheers!
YigitHey Stephane!
Which OS are you using? I just checked your page on Chrome on Mac and it does look fine on my end – http://i.imgur.com/P7j6vly.png
Solved it already? :)Cheers!
YigitHey Lene!
Please add following code to Quick CSS instead
#socket .sub_menu_socket { float: left; }Regards,
YigitHi kathrynmichaud!
You can add folllowing code to Quick CSS in Enfold theme options under General Styling to remove sub categories
.widget_nav_menu.widget_nav_hide_child ul ul { display: none!important; }However to display them on click, you are going to need to hire a freelance developer on Envato Studio or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote from WerkPress.
Best regards,
YigitHi!
Can you point out the element you would like to make italic? We may provide a better solution. Following code causes the issue
.dynamic_element p { font-style: italic !important; }Cheers!
YigitHi!
You are welcome, glad we could help! Let us know if you have any other questions or issues :)
Regards,
YigitHey nementio!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-masonry-entry { visibility: visible !important; opacity: 1 !important; }Best regards,
YigitHey WebsiteGirl!
Please see – http://kriesi.at/documentation/enfold/change-the-footer-text-and-link/ to remove it and make sure that you are using the latest version of Enfold which is 2.7 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Yigit -
AuthorPosts
