Forum Replies Created
-
AuthorPosts
-
Hey jkielty!
Do you mind creating a temporary admin login and posting it here privately so we can take a look at it? Make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Regards,
YigitHey!
You can request such feature here https://kriesi.at/support/topic/enfold-feature-requests/
Glad Josue could help! Let us know if you have any other questionsRegards,
YigitNovember 19, 2013 at 12:44 am in reply to: Wondering how to do the Demo Home v7 page image.. #190375Hey!
1) Sure, please point out the elements you would like to display only on mobile
2) Please post the link to your website so we can inspect elements on itBest regards,
YigitHey!
Glad you figured it out! :) If you want to make it “update-friendly”, you can add following code to Quick CSS
.title_container .main-title { display: none; }
Marking as resolved :)
Cheers!
YigitHi Jorge!
You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
@media only screen and (min-width: 1340px) { .responsive_large .container .nine.units { width: 950px; }} .widget { text-align: left; }
Cheers!
YigitHi doubleusolutions!
You should choose “Portfolio Entries” in Fullwidth Masonry settings as shown here http://i.imgur.com/dPMQe24.jpg
Regards,
YigitNovember 19, 2013 at 12:15 am in reply to: My responsive menu is different than your responsive menu #190357Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1#mobile-advanced a { font-size: 15px; } #mobile-advanced li > a { border-color: #e1e1e1; }
Best regards,
YigitHey bur2000!
Can you post the link to your website? There is no mega menu on the website you have on your profile.
Regards,
YigitHi!
Please replace the code i posted previously with following one
.header_color .main_menu ul:first-child > li > a { font-size: 18px!important; color: red!important; background-color: green!important; } .header_color .main_menu ul:first-child > li > a:hover { color: orange!important; } .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: blue!important; }
Flush browser cache after applying the code and refresh your page a few times. If that does not work, please try adding the code to Custom.css file inside Enfold/css folder
Regards,
YigitNovember 18, 2013 at 11:54 pm in reply to: Post featured images all different sizes.. Need consistient size #190347Hi Jonathan!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.big-preview img { height: 204px; width: 100%; }
Cheers!
YigitHey Selectah123!
They are visible on my end. See the screenshot here http://i.imgur.com/YZdFvyL.jpg
Please check your website once again and confirm that is working fine on your end as wellRegards,
YigitHey Brandon!
There are JavaScript errors in console as you can see here http://i.imgur.com/F5WmiXz.jpg
Please try updating the theme to version 2.4.2 via FTP, issues should be solved.
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/67209750Regards,
YigitHi fitzpatrick512!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) { .responsive #top .grid-sort-container .grid-entry { width: 50%; margin-bottom: 0; } }
Cheers!
YigitHi Tomek0307!
Please see Peter’s post here https://kriesi.at/support/topic/w3c-css-validator-325-css-errors/#post-171839
Regards,
YigitHey!
Please refer to this tutorial http://wpmu.org/adding-custom-fonts-to-wordpress-with-font-face-and-css/
Regards,
YigitHey Helgi!
Please go to wp-content\themes\enfold\config-templatebuilder\avia-shortcodes folder and open slideshow_fullsize.php file and find
"std" => "slide",
and change it to
"std" => "fade",
Best regards,
YigitHi guyco!
The code Josue provided makes the header fixed in height. Please try removing it and check your header once again. Please flush browser cache after changes. Gap was removed when i checked your website. Let us know if you still have the gap after removing Josue’s code
Cheers!
YigitHey Delphiine!
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 also request quote here.
Cheers!
YigitHey!
Yes, you should replace it with the link of your Myspace icon or any other icon.
Regards,
YigitHey!
You are using Enfold version 1.8.4 which is fairly old. You can download the latest version 2.4.2 from ThemeForest in Downloads section. Please update your theme and let us know if issue remains
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!
YigitHi nimrodmadar!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.image-overlay { display: none!important; }
Cheers!
YigitHi CapitanQuimera!
Can you post the link to your website so we can inspect elements and check which version of Enfold you are using?
Regards,
YigitHi fitzpatrick512!
Can you post the link to your website so we can inspect elements on it?
Regards,
YigitHey Lisbet!
Please go to Appearance > Editor and open Footer.php file and find
<span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>
and add your icons as i underlined here http://i.imgur.com/tW7D1wV.jpg
Regards,
YigitHi!
Can you post the link to your website and a screenshot showing all changes you would like to make?
Regards,
YigitHi!
@agasparkles Please try deactivating all active plugins and check if issue remains. As i remember one other user had the same issue and it was plugin related.Best regards,
YigitHey mioii!
Can you point out broken links? I just checked your website and they do work fine on my end.
Best regards,
YigitHey derek62!
You can add following code to theme files depending on place you would like to display search box, you can go to Appearance > Editor and open header.php file and add following code to the very bottom of the file, so it will only display on page with ID of 1167
<?php if(is_page(1167)) { get_search_form(); } ?>
Please see this post to learn about finding page ID’s using developer tools on browser https://kriesi.at/support/topic/mini-heading-in-page/#post-188120
Regards,
YigitNovember 18, 2013 at 5:43 pm in reply to: Main Menu Enfold Turn Off Separators Between Menu Items #190183Hi!
Please create a temporary admin login and post it here privately. Make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button.
Cheers!
YigitEDIT: Please firstly try adding Ismael’s code to Custom.css file inside Enfold/css folder firstly and flush browser cache once again and check if code is being applied
-
This reply was modified 11 years, 8 months ago by
Yigit.
-
This reply was modified 11 years, 8 months ago by
-
AuthorPosts