Forum Replies Created
-
AuthorPosts
-
Hi!
We have added a new shortcode below your example on the test page. Please check it out.
I recommend you enable debug mode which will allow you to enter the shortcode in default editor and edit it in Advance layout builder which will be very easy for you to change content without dealing with the code.
Please check this link below
http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Cheers!
VinayHi!
We noticed the same issue as you mentioned. The menu linked to different color sections with ID is not highlighted when the section is active. Usually the menu gets an active class which makes it possible to target the current menu.
Please deactivate all plugins empty the browser cache and check for the issue and enable the plugins one by one to find out the plugin in conflict.
Regards,
VinayHi!
Hi we usually get back to you with a day if you post it between monday to friday. Please do not bump your tickets as it will push to the bottom of the queue.
We are working on your ticket please be patient while we update the results soon.
We have modified and added this CSS
/****farbige Einzel-Icons***/ #top .social_bookmarks_facebook a:hover { color: #2168d3!important; background: transparent!important; } #top .social_bookmarks_twitter a:hover { color: #24cfe2!important; background: transparent!important; } #top .social_bookmarks_youtube a:hover { color: #dd3333!important; background: transparent!important; } #top .social_bookmarks_mail a:hover { color: #67ad21!important; background: transparent!important; }
Best regards,
Vinay- This reply was modified 8 years, 9 months ago by Vinay.
Hey!
Thanks you for the kind words. Please do not bump your own ticket it will send it to the bottom of the queue
To make the images same size we have added the below css in Enfold > General Styling > Quick CSS
#header .mega_menu_title { max-height: 135px; overflow: hidden; }
The 4 col grids are of equal size but it appears to you like they are not of same size
Cheers!
VinayHi!
If you make the logo width 400px wide there will simply be no room for the menu items in screen size that are smaller and the menu items will bump into the logo but if you still wish to do the changes please send us wordpress login details as a private content and we will help you do that.
Cheers!
VinayHi!
Interesting find. they are probably using their own customized code and modified the way the color sections work. You can only achieve it with heavy customization to the enfold theme.
Cheers!
VinayHey!
Please use this CSS
.sidebar .widget { padding: 5px 0 5px 0!important; }
Best regards,
VinayJanuary 27, 2016 at 9:55 am in reply to: Blog Multi Author styling and preview text content? #572705Hi!
We usually answer all type of tickets within 24hours from monday to Friday. However if you bump your own ticket it pushes to the bottom of the queue. So please wait till we get back to you with the results.
#1 & #2
To make changes to the blog layout goto Enfold >Blog Layout
Feel free to play with the layout settings
You can also Click on Edit page and on the page drag and drop a blog element and then double click on click the edit icon for more options.
#3
To show pagination after you drag and drop a blog element in Advance Layout builder and double click or click the edit icon for more options.
Play with post count.Cheers!
VinayHi mcraig77!
Please use the below css in Enfold > General Styling > Quick CSS
#element_avia_5_1 select { background-color: #212121!important; color: #fff; }
Regards,
VinayHi philee!
You can change the image size in 2 places
One is in the media library and another one when you insert the image in a text box and view the text
Cheers!
VinayJanuary 27, 2016 at 9:33 am in reply to: Logo center, navigation to the left & right of logo #572694Hey!
Please delete the invisible menu and add the below code in the Enfold > General Styling > Quick CSS
Change your menu color from Enfold > Advance Styling > Menu.av-main-nav li:nth-child(2) { margin-right:250px; }
Best regards,
VinayHi!
We have made the changes in Enfold > Blog Layout
Please check out the site and let us know.
Cheers!
VinayHey!
Please use the below css in quick css it looks like the background color is missing
#scroll-top-link { background-color: #333333!important; }
To remove the button
#scroll-top-link {display: none; }
Regards,
VinayJanuary 27, 2016 at 8:38 am in reply to: How to customize Enfold image hover / animate (increase size) #572663Hey!
Glad we could help :) If you still have any questions please get back to us with a link to your site so we can help you better.
Regards,
VinayJanuary 27, 2016 at 8:36 am in reply to: Avia Layout Builder – to mimic Bootstrap with 12 or 6 columns #572661Hey avwebmaster!
You can almost build everything with Enfold grids that you can with the bootstrap grid.
Please get back to us with a mockup design to show what you are trying to achieve (if possible please set up a test page ) and setup up admin login as private content for us so we can help you better.
However if you like to include bootstrap grid please take a look at Enfold > Css > Gris.css and base.css please make sure your own css do not include the same class names.
Regards,
VinayHey cagraphicdesign!
You can change the border color for main content from Enfold > General Styling > Main Content > border Color (on bottom right) Just delete the color to remove border. This will affect all main content border colors.
If you wish you select or target only the according please sue the below css in Quick css in Enfold > general Styling
.page-id-274 .av_toggle_section { border:none!important; } .page-id-274 .toggle_icon{ color:#3d71a1; }
To target it on a single page you need to add pade ID class in front of the css https://www.youtube.com/watch?v=fLg2T1AvmFE
Cheers!
VinayHi!
We have set the image to top center and added this custom css in Enfold > General Styling > Quick CSS
Please feel free to play with max-width and max-height if you need to adjust anything
/* Slider Height */ @media only screen and (max-width: 1088px) { #custom-height-1{ max-height:320px; } } @media only screen and (max-width: 480px) { #custom-height-1{ max-height:200px; } }
Regards,
VinayJanuary 26, 2016 at 10:31 pm in reply to: How to add any file from Parent Theme to Child Theme to overwrite Parent ones #572408Hey Hafeez Ullah!
Please include the exact file path when you don’t wordpress will only recognize some files like header.php, footer.php etc
Example:
Parent Theme > file
Child Theme > fileParent Theme > folder / file
Child Theme > folder / filePlease refer to https://wordpress.org/support/topic/overriding-parent-theme-sub-files-with-a-child-theme-how for more details.
Regards,
VinayHi!
Just make your theme active theme in Appearence > Themes
and goto http://kriesi.at/documentation/enfold/updating-your-theme-files/ follow the steps
then try to update the theme via Enfold > Theme UpdateYou will notice a big green update button if you are using anything less than version 3.4.7
Best regards,
Vinay- This reply was modified 8 years, 9 months ago by Vinay.
Hi!
Sorry it’s not clear what you are trying to achieve?
The child theme is used only to override the main theme files and wordpress functions so that when the main theme updates all the changes made will not be lost. Please elaborate what are you trying to change and what you want to do with it so we can help you better.
Best regards,
VinayJanuary 26, 2016 at 10:09 pm in reply to: Change # of items that Appear on Archive Portfolio #572398Hey randit!
Glad to hear from you :)
After you drag and drop the portfolio grid please click on it in the Advanced layout Builder then you see more options like the screenshot below play with the post numbers
Cheers!
VinayHi!
If you like to scroll to different sections using mouse wheel please check out these plugins
https://wordpress.org/plugins/page-scroll-to-id/
https://wordpress.org/support/topic/full-page-scrolling-with-mousewheel
https://wordpress.org/plugins/mousewheel-smooth-scroll/installation/Cheers!
VinayHey!
Please check the below screenshot and let us know if you are using 1/1 like this?
Using 1/1 or a Color section should normally not affect the footer size
Please create a admin login and send it in private content.
Cheers!
VinayHey!
Please add the below CSS in Enfold > General Styling > Quick CSS
.avia-post-nav { display:none; }
Regards,
VinayHi!
It’s still not clear to us what you are referring when you say “I can’t get the border to meet the sidebar divider” please share with us a mockup so we can help you better.
To target the selected item please use the below css in Enfold > General Styling > Quick CSS
.widget_nav_menu ul:first-child>.current_page_item>a:hover { /* Your css code here*/ }
If you still have issue please create a admin login for us and share it in the private content
Regards,
VinayHi!
That is strange my API key did not work either.
I recommend creating a fresh API KEY if you already tried it and is not working then
deactivate all plugins and check if for some reason it is not the plugins you installed is having a conflict or some files are already corrupt please re-install enfold theme via FTP.
Please follow these steps :
http://kriesi.at/documentation/enfold/install-enfold-over-ftp/Regards,
VinayHey!
Enfold by default creates 12 different sizes and loads the best size image that suits the browser width. This feature is by default enabled in enfold if this is what you wanted to know :)
Please feel free to let us know if you have any questions.
Cheers!
VinayHey!
Excellent! Glad you got it sorted. please feel free to let us know if you have any more questions.
Cheers!
VinayHey!
If you have re-installed the enfold theme the problem seem to be in the customization or woocommerce files.
Please tell us when did this issue start ?
Disable enfold theme activate your wordpress default theme and let us know if the items appear in the cart page.
Are there any modifications or custom css added to the cart page design?
Cheers!
VinayHi!
You are using a child theme all changes made in the child theme will remain even after you update the main theme.
Please let us know if you have any questions we are more than happy to help you :)
Cheers!
Vinay -
AuthorPosts