Forum Replies Created
-
AuthorPosts
-
Hi!
1- Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
#menu-item-2275 a { color: red; } #menu-item-2293 a { color: green; }You need to change the menu item ID’s to match your menu items. You can right click on menu items on Chrome or Firefox and inspect elements to find the ID’s.
2- It is a bit more complicated than that. Can you post the link to your website and point out icon boxes?
3-You are going to need to use a plugin for that as default contact form does not support upload functionalityRegards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#zem_rp_first { display: none; }Cheers!
YigitHi!
Please see – http://kriesi.at/documentation/enfold/change-the-footer-text-and-link/
You should go to Appearance > Menus and check “Enfold footer menu” http://i.imgur.com/nbeOp53.jpgBest regards,
YigitHi!
Seems like you have already figured it out. This is how i see your page with clean cache http://i.imgur.com/rm7JDA0.jpg
Regards,
YigitHi MoxyJobs!
What kind of errors do you get? Please see Mega Menu video tutorial here http://vimeo.com/channels/aviathemes/67651241
Cheers!
YigitHi oliviad!
Please try adding following code to Quick CSS
.logo, .logo a, .logo img { max-width: 100% !important; }If that does not work, please create a temporary admin login so we can take a look
Best regards,
YigitHi!
Please try
div .logo { left: 40%; } .main_menu { left: 30%; }and adjust as needed
Cheers!
YigitHi!
Please go to Enfold theme options > Header and choose to display “Header with social icons and bottom navigation” type of header then add following code to Quick CSS in Enfold theme options under Styling tab
div .logo { left: 40%; }Regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#menu-item-3046 > a { color: #98bf0d; }Regards,
YigitHi!
Thumbnail image size of widget is 36x36px by default. If you would like to increase it more, please go to Appearance > Editor and open Functions.php file and find
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar newsand change width and height to desired values. Then regenerate thumbnails using this plugin http://wordpress.org/plugins/regenerate-thumbnails/
After that you may need new custom CSS code.Regards,
YigitHi mrtechnique!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 479px) { .responsive #socket .sub_menu_socket { display: block; }} @media only screen and (max-width: 767px) { #socket .sub_menu_socket li { padding: 0 5px; }}Regards,
YigitHi!
I have not logged in yet. Maybe you are seeing the changes you have made previously?
Cheers!
YigitHey!
Please add following code to Quick CSS as well
.image_size_widget .tweet-thumb img, .image_size_widget .news-thumb img { width: 36px; height: 36px; } .news-thumb { padding: 0; border-style: none; } .grid-entry .inner-entry { padding-right: 5px; }Regards,
YigitHi eetverleden!
Please check responsiveness of that section as well. I have added one more custom CSS code to Quick CSS section to fix it
Best regards,
YigitHi!
Please review your website now. I have added custom CSS code to bottom of Quick CSS section.
Cheers!
YigitHi!
Do you mind creating a temporary admin login and posting it here privately so we can take a look?
Best regards,
YigitHi!
You are welcome!
Yes, when you update the theme header.php file would be overwritten. Best option is Using a Child ThemeRegards,
YigitMarch 4, 2014 at 5:19 pm in reply to: Events calendars entries are not aligned with other entries on the blog page #232311Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.content .entry-content-wrapper { overflow: hidden; }Best regards,
YigitHey!
We have posted at the same time :) If they are inside h1 tag on your end as well, problem solved?
Cheers!
YigitHi!
Please review your website. I have added custom CSS code to bottom of Quick CSS section and made some small changes on color section element
Cheers!
YigitHi!
Can you post a screenshot showing the source code and the title? This anchor tag should be inside of an H1 tag
Best regards,
YigitHi!
You can post it here. Please make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Cheers!
YigitMarch 4, 2014 at 4:43 pm in reply to: COLOR SECTION; Easy Slider; HEADINGS; HEADER with scroll; SIDE MENU CSS #232288Hi!
You can upload your screenshots on imgur.com or Dropbox public folder and post the links here
Cheers!
YigitMarch 4, 2014 at 4:42 pm in reply to: Sub Menu line-height too large after fixing menu height with quick css #232286Hi!
Please replace the code you have added with following one
#header_main .container, .main_menu ul:first-child > li > a, .logo img, .logo a { height: 116px !important; line-height: 116px !important; max-height: none !important; min-height: 116px!important; }Cheers!
YigitHey!
I wanted to take a look at your website but it says “Hier graven wij onze website uit. Nog even geduld.” Do you mind creating a temporary login so we can take a look?
Cheers!
YigitHey paulann!
Please try re-updating 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/67209750Regards,
YigitHi Miikey!
Page titles are already H1 tagged http://i.imgur.com/ug3L7vC.jpg
For post titles, please go to wp-content\themes\enfold\includes folder and open helper-post-format.php file and find$heading = is_singular() ? "h1" : "h2";and change it to
$heading = is_singular() ? "h1" : "h1";Cheers!
YigitHi aryastaff!
Please firstly try updating Enfold to the latest version 2.5.4
see – http://kriesi.at/documentation/enfold/updating-your-theme-files/Cheers!
Yigit -
AuthorPosts
