Forum Replies Created
-
AuthorPosts
-
Hey dmoravec!
Please add following code to Functions.php file in Appearance > Editor for year
function year_shortcode() { $year = date('Y'); return $year; } add_shortcode('year', 'year_shortcode');and for month
function month_shortcode() { $month = date('M'); return $month; } add_shortcode('month', 'month_shortcode');Best regards,
YigitOctober 22, 2014 at 2:23 pm in reply to: Mobile: Parent menu not clickable (Hide Mobile Menu Submenu Items) #339475October 22, 2014 at 2:23 pm in reply to: switch between the pages of the blog categories not work #339474Hi denis-lvov!
Can you try de-activating all active plugins and check if that helps?
Regards,
YigitHey DROR!
Please add following code to Quick CSS
.entry-content img { width: 100%; }Cheers!
YigitHey DROR!
Please edit your Grid row element and enter custom ID – http://i.imgur.com/PrU9djQ.png
Make sure that you are using the latest version of Enfold, 3.0.2Cheers!
YigitHi!
Please try adding following code to Quick CSS
@media only screen and (max-width: 480px) { .responsive .logo a, .responsive .logo img { max-width: 80%; margin-left: 0!important; }}Cheers!
YigitHey pageladder!
It is not easily possible but please feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/
Best regards,
YigitHey!
You can go to Enfold theme options and uncheck “Lightbox Modal Window” and upload any lightbox plugin you would like to use
Best regards,
YigitHey!
You can try adding this code and see how it looks
.av-main-nav > li { border-left: 1px solid #e2e2e2; }Cheers!
YigitHi!
Currently no, you should edit each page and choose to display transparent header. Feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/
Regards,
YigitHi!
You can find custom.css file inside Enfold/css folder and you can upload your screenshots on imgur.com or Dropbox public folder and post the links here
Cheers!
YigitHey Joe!
Please add following code to Quick CSS in Enfold theme options under general Styling tab
#advanced_menu_toggle, #advanced_menu_hide { background-color: transparent!important; }Best regards,
YigitHey hughsieg5!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.gm-style div div div div div { height: 50px!important; }Cheers!
YigitHi jackel2727!
Please give your color section element a unique ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) and then add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#your-custom-id .container { max-width: 60%; }Best regards,
YigitOctober 21, 2014 at 6:40 pm in reply to: Search icon out of the header in small screens after update 3.0.2 #339181Hi chapdes!
Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) { #top #menu-item-search { top: -75px; }}Regards,
YigitHey Quinner100!
Please see – http://kriesi.at/documentation/enfold/using-a-child-theme/ and also – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
You can simply move your modified files to your child theme. Please firstly create testing environmentBest regards,
YigitHi adminbandit!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1140px) { .av-main-nav > li > a { padding: 0 7px; }}If that does not work, please post the link to your website
Regards,
YigitHi vegaspro!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1140px) { .av-main-nav > li > a { padding: 0 7px; }}Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px.
Regards,
YigitHey!
Glad you figured it out and thank you so much for sharing your solution :)
Best regards,
YigitOctober 21, 2014 at 6:28 pm in reply to: Visualization problem with Mega Menu with Enfold 3.02 #339172Hi!
Please add following code to Quick CSS
#header .nine.units { width: 772.5px!important; }Best regards,
YigitHi!
Do you mind creating a temporary admin login and posting it here privately?
Best regards,
YigitHi themrindy!
Please go to Appearance > Editor and open helper-main-menu.php file and find
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);and add your code right below it. If you can post the code you would like to use ( please use pastebin.com in that case ) we can help you with how it should be implemented
Regards,
YigitHi!
No worries at all. Glad it is working fine now. Let us know if you have any other questions or issues
Cheers!
YigitHi!
Please use following code instead
.ajax_slide a.avia-gallery-big { display: none!important; }Best regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 989px) { .html_mobile_menu_tablet .main_menu, .html_mobile_menu_tablet #header_main_alternate { display: block; }}Best regards,
Yigit -
AuthorPosts
