Forum Replies Created
-
AuthorPosts
-
Hey!
This section should appear if you have added the code to Functions.php file correctly – http://i.imgur.com/edbPr3o.png?1
If it did not, please create a temporary admin login and post it here privately so we can look into it.Regards,
YigitHey!
Please review your website now. I placed your maps inside a Color section element
Best regards,
YigitHey!
Your link up top should like like following
<a href="#anomi_bearden">Anomi Bearden</a>and your content below should look like following
<a id="anomi_bearden"></a>Regards,
YigitHi!
Please use as following “anomi_barden” with lowercase letters and without space between names.
Cheers!
YigitHi!
“Forbidden
You don’t have permission to access”. Unfortunately i cannot login. Do you have country based restrictions?Cheers!
YigitFebruary 9, 2015 at 8:13 pm in reply to: Increase the size of the social media icons at the bottom of the Enfold Restaurant Theme. #393271Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top .social_bookmarks li a { font-size: 17px; }Before applying custom CSS code, make sure to disable CSS minifying feature from the plugin you are using and to flush cache after applying the code
Cheers!
YigitHey!
You are welcome. You should edit “Small bar above Main Menu” element in Advanced Styling to make changes on header meta section
Cheers!
YigitHi!
Please enable debugging mode – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ and then add following shortcode into the field below Advanced Layout Builder – http://pastebin.com/H2V2fzMN
Regards,
YigitFebruary 9, 2015 at 7:48 pm in reply to: Avia Layout Builder doesn't switch off to visual/text #393252Hey!
@fitzpatrick512 Sure, please post temporary admin login credentials here privatelyRegards,
YigitHey!
Do you mind creating a temporary admin login and posting it here privately?
Cheers!
YigitHey!
Do you mind creating a temporary admin login and posting it here prviately so we can look into it?
Cheers!
YigitHey!
You were subscribed to whole forum instead of a topic – http://i.imgur.com/nLR5hOx.png
Can you please wait for a while and confirm that you are not receiving mails any more?Best regards,
YigitHi Justin!
Please add following code to Quick CSS
.av-image-caption-overlay:hover { background-color: rgba(255,255,255,0.5); background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; }Cheers!
YigitHey!
Please try adding following code to Quick CSS
ul.pricing-table.avia-desc-col li { padding: 19px 13px; }Regards,
YigitHi!
Do you mind posting your Kriesi.at login credentials here privately so we can look into it?
Cheers!
YigitHi!
Please go to your profile and subscriptions and make sure that you have not subscribed to all topics.
Best regards,
YigitHi mmc-werbung!
Please see – http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
Cheers!
YigitHey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 900px) and (min-width: 700px) { .container .av-content-small.units { width: 70% !important; }}Best regards,
YigitHey!
Glad you figured it out!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Cheers!
YigitHi garamaleki!
1- Please edit your masonry element and choose to display all portfolio categories and elements – http://i.imgur.com/7NBnHGW.png
2- Please use this code – http://kriesi.at/documentation/enfold/how-to-add-an-orderorderby-option-to-the-blogpost-sliderportfoliomasonry-grid-element/ and then edit your element and change the order manually – http://i.imgur.com/40QxsBJ.pngBest regards,
YigitHey!
Can you please post the link to your website and a screenshot showing the changes you would like to make?
Regards,
YigitHi Taras!
Please make sure that you are using the latest version of Enfold which is currently 3.0.8 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
YigitHey joanne!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_top #top .av_header_stretch .container { max-width: 1310px; }Regards,
YigitHey!
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
YigitHey solveigmalvik!
1- Default image sizes are as following
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['featured_large'] = array('width'=>1500, 'height'=>630 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns $avia_config['imgSize']['gallery'] = array('width'=>845, 'height'=>684 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['magazine'] = array('width'=>710, 'height'=>375 ); // images for magazines $avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonry $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 ); // images for fullsize pages and fullsize sliderYou can find them in Functions.php file in Appearance > Editor and change them as needed. Please do not forget to regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
2- Can you post the link to your page where we can see an example please?
3- Please add following code to Quick CSS in Enfold theme options under General Styling tab.image-overlay { display: none !important; }Cheers!
YigitHey Victor!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#advanced_menu_toggle, #advanced_menu_hide { right: auto; left: 0; } @media only screen and (max-width: 990px) { div .logo { left: auto; right: 0; }}Best regards,
YigitHey MindSpark!
Please see – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Best regards,
YigitHi!
You have set your header to transparent header on your homepage. Please edit your page and choose to display no transparency. Then go to Enfold theme options > Header and change header size.
If that too does not help, please post a screenshot and show the changes you would like to make so we can provide you more accurate solutionBest regards,
Yigit -
AuthorPosts
