Forum Replies Created
-
AuthorPosts
-
Hey!
I have just logged in and tried to create content slider element on a page but pages cannot be displayed. I tried to check your about page and it is the same. Please try contacting your service provider.
Regards,
YigitHey!
As far as i know, currently there is no other way. Please request such feature here https://kriesi.at/support/topic/enfold-feature-requests/
Regards,
YigitHi!
You need to link your button to image or to a video to open in a lightbox. You can simply insert the url in button link as shown here http://i.imgur.com/hMTGyep.jpg
Regards,
YigitNovember 14, 2013 at 9:17 pm in reply to: change logo link in enfold & remove comment counts from post silder #188564Hi!
You are welcome. You should find the line that starts with
$logo = "<$headline_type class='logo bg-logo'>
and change that line with the one here http://snipt.org/Bahhd9
Cheers!
YigitHi Anne-Sophie!
Can you post the link to your website so we can inspect elements on live website?
Cheers!
YigitHi DoGrinDigital!
Images you have uploaded cannot be found http://i.imgur.com/EVH0keR.jpg
Please remove them from Media Library and upload them once againRegards,
YigitShalom!
You can link the content as shown here http://i.imgur.com/8LdV0Dv.jpg
and add following code to Quick CSS in Enfold theme options under Styling tab.iconbox_content_container a { color: inherit; } .iconbox_content_container a:hover { text-decoration: none; color: green; }
Regards,
YigitHi!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
h2.portfolio-preview-title a { cursor: default; }
Best regards,
YigitNovember 14, 2013 at 8:47 pm in reply to: change logo link in enfold & remove comment counts from post silder #188546to remove comment count; please go to wp-content\themes\enfold\config-templatebuilder\avia-shortcodes folder and open postslider.php file and find
if ( $commentCount != "0" || comments_open($the_id) && $entry->post_type != 'portfolio') { $link_add = $commentCount === "0" ? "#respond" : "#comments"; $text_add = $commentCount === "1" ? __('Comment', 'avia_framework' ) : __('Comments', 'avia_framework' );
and change it to
//if ( $commentCount != "0" || comments_open($the_id) && $entry->post_type != 'portfolio') { //$link_add = $commentCount === "0" ? "#respond" : "#comments"; //$text_add = $commentCount === "1" ? __('Comment', 'avia_framework' ) : __('Comments', 'avia_framework' );
Regards,
YigitNovember 14, 2013 at 8:43 pm in reply to: change logo link in enfold & remove comment counts from post silder #188544Hey matthewyunk!
Please go to wp-content\themes\enfold\framework\php folder and open function-set-avia-frontend.php file and find
$logo = "<$headline_type class='logo bg-logo'>
You are going to see
".$link."
in the same line. You should change it to your url
Cheers!
YigitHi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 989px) { .page-id-2528 .sub_menu li { padding: 0 10px; } }
Regards,
Yigit-
This reply was modified 11 years, 8 months ago by
Yigit.
Hi nimkaworld!
Can you elaborate? Posting a screenshot showing what you would like to achieve would be helpful. You can upload your screenshots on imgur.com or Dropbox and post links here
Best regards,
YigitHey!
You can go to Portfolio Items > Portfolio Categories if you need to set parent to portfolio categories.
Regards,
YigitHi!
Please add following code to Quick CSS as well and adjust as desired
.grid-sort-container { margin-bottom: 30px; }
Regards,
YigitHi!
You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust
.team-img-container { border-radius: 50px; }
Cheers!
YigitNovember 14, 2013 at 6:59 pm in reply to: Gallery with 4 columns of thumbnails flush together. #188506Hi!
You can change following code to .75 as well if you would like to change “dimmed at first” kind of effect
.avia_transform .avia-gallery-thumb img { opacity: 0.1; }
Regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.avia-table-2 .pricing-table li.avia-heading-row { background-color: orange; color: #ffffff; border-color: purple; } .avia-table-2 .pricing-table li.avia-pricing-row { background-color: blue; }
Cheers!
YigitNovember 14, 2013 at 6:23 pm in reply to: Descriptive text in icon list not indented when using bullets #188477Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
ul ul { margin: 4px 0 5px 0px; }
If this is not what you meant, please post a screenshot and show how you would like it to look
Best regards,
YigitNovember 14, 2013 at 5:57 pm in reply to: Gallery with 4 columns of thumbnails flush together. #188463Hey!
1) Can you post the link to your website?
2) All pictures could have lower opacity and on hover could be opacity 1, with following code#top .avia-gallery .avia-gallery-thumb a:hover { opacity: 1; } #top .avia-gallery .avia-gallery-thumb a { opacity: 0.5; }
But if you would like to have it just like it is on the website you have posted, then you are going to need to hire a freelance developer for that kind of customization as it is beyond the scope of support we can provide. You can request quote here.
Best regards,
YigitHey drwooow!
You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.main_menu ul:first-child > li > a { font-size: 18px; }
Regards,
YigitHey ContentedKerry!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.main_color strong, .alternate_color strong { color: inherit; }
Regards,
YigitNovember 14, 2013 at 5:32 pm in reply to: Descriptive text in icon list not indented when using bullets #188453Hi Magnus_Norrman!
Can you post a link to your page where have encountered the issue?
Best regards,
YigitHi!
Please add following code to Quick CSS as well
#top .main_menu .menu li ul a { color: white; }
Best regards,
YigitHi georgeorbelian!
Please deactivating all active plugins and check if issue remains. There is such error in console http://i.imgur.com/qeth6ek.jpg
Regards,
YigitNovember 14, 2013 at 5:16 pm in reply to: Change size of gallerys and sliders on blog posts and main blog page #188439Hi 0st!
Please go to Enfold theme options > General Settings and change “Blog Style” and “Single Post Style” as desired
Cheers!
YigitHi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#after_section_3 .content { padding-top: 0; padding-bottom: 0; }
Regards,
YigitHey!
1) You can add following code to Quick CSS in Enfold theme options under Styling tab
.main_menu ul:first-child > li > a { color: white!important; }
2) You can try adding following code to Quick CSS as well and i think that should work for heading elements
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
if not, please post the link to your website
Regards,
Yigit -
This reply was modified 11 years, 8 months ago by
-
AuthorPosts