Forum Replies Created
-
AuthorPosts
-
Hallo!
Do you mind creating a temporary admin login and posting it here privately so i can recreate home V6 on your page on a private page.
P.S.: I used Google Translate to translate your questions. You do not need to reply if i understood you wrong because i asked our German speaking moderators to check the topic.
Best regards,
YigitHey!
Please flush browser cache and refresh your page a few times. It does work fine on my end – http://i.imgur.com/z3DYsWK.png :)
Best regards,
YigitHi!
Please firstly publish your page and then post us the link to your page where we can see the issue
Best regards,
YigitHi!
I see theme files under “These files contain Javascript code referenced from the website.” section and i believe they are notifications more than being vulnerabilities. As you said, most of the warnings are related to Events Calendar Plugin. If security department gave you instructions on how to cross out these theme related notifications, we would be happy to help.
Best regards,
YigitHey Robert!
Shall we go ahead and mark the thread as resolved? By the way, congratulations on the launch :)
Cheers!
YigitHey!
You are welcome Cora, glad we could help. Let us know if you have any other questions or issues. You too have a nice day :)
Cheers!
YigitHi!
I changed the code to following one
function add_custom_div(){ ?> <script> jQuery(".grid-entry article").click(function(){ if(jQuery(this).find("a").length){ window.location.href = jQuery(this).find("a:first").attr("href"); } }); </script> <?php } add_action('wp_footer', 'add_custom_div');Please review your website now : )
Best regards,
YigitHi!
I could not see anything wrong with the translations – http://i.imgur.com/Y9CpOWo.png
I only see “NextCellent Gallery requires a database upgrade” notification.Cheers!
YigitHey!
I edited the code i posted here – https://kriesi.at/support/topic/custom-css-file-2/#post-398317
You are going to need an FTP access to edit Custom.css fileBest regards,
YigitHi!
Can you please post WP admin login credentials as well?
EDIT: I could not connect to your server :/Regards,
Yigit-
This reply was modified 11 years, 2 months ago by
Yigit.
Hey!
Login credentials are not working for me. Can you please check them once again?
Regards,
YigitHi!
Please add following code to Quick CSS as well
p.av-magazine-title.entry-title a,p.slide-entry-title.entry-title a { color: black!important; text-decoration: none!important; }Regards,
YigitHi!
That depends. Please post a screenshot and show the changes you would like to make.
If you would like to change the icon to another fontello icon, please see – http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
And if you would like to use an image, please add following code to Quick CSS in Enfold theme options under General Styling tab.image-overlay.overlay-type-extern .image-overlay-inside:before { background-image: url(//kriesi.at/wp-content/themes/kriesi/images/logo.png); content: ''; background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; }Best regards,
YigitHey!
Please add following code to Quick CSS
#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text { background-color: #C20000; color: #fff; border-color: #C20000; } a.more-link { background-color: #c20000; padding: 5px; border-radius: 5px; color: white; }Cheers!
YigitHey!
Please contact your service provider and ask them to enable zipArchive class
Regards,
YigitHi!
Do you mind creating a temporary admin login and posting it here privately?
Regards,
YigitHi Cecilia
Thank you for choosing Enfold and welcome to out forums :)
1- Please go to Enfold theme options > General Layout > Dimensions and adjust the dimensions as needed
2- Please go to Enfold theme options > Advanced Styling and edit “Main menu links”
3- I am guessing you are using the latest version of Enfold which is currently 3.0.8. If you are not, please firstly update Enfold – http://kriesi.at/documentation/enfold/updating-your-theme-files/
While using Codestyling Localization plugin, have you, rescanned theme files, edited them and then regenerated mo file?Best regards,
YigitHi!
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 :)Regards,
YigitHey Xavier
Link you posted is not Enfold. Can you please check the link once again?
Best regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single .big-preview.single-big { pointer-events: none!important; } span.post-meta-infos { display: none !important; }You can find Custom.css file inside wp-content/themes/Enfold/css folder
Best regards,
Yigit-
This reply was modified 11 years, 2 months ago by
Yigit.
Hi!
Can you try changing the code i posted to following one
@media only screen and (max-width: 768px) and (min-width: 481px) { .avia-caption { bottom: -10px; } h2.avia-caption-title { margin-bottom: -10px!important; }}Regards,
YigitHi jbrookeiv!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) { #wrap_all { position: relative !important; }}Cheers!
YigitFebruary 18, 2015 at 5:42 pm in reply to: Custom CSS not working in child theme, only in Quick CSS box #398308Hi!
You have one unclosed curly bracket and double quotes seem wrong, fixed them here – http://pastebin.com/NENUAWK8
Cheers!
YigitHi!
You can go to Enfold theme options > Header and change it at “Header Custom Height”. You do not need to change the header size each time when there is an update. To cover the screen all screensizes, at least 1920px width should be fine.
Cheers!
YigitHey Stefano!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_mega_div.avia_mega1.three.units { width: 200px!important; } .avia_mega_div.avia_mega2.six.units { width: 460px!important; }Regards,
YigitFebruary 18, 2015 at 5:30 pm in reply to: Custom CSS not working in child theme, only in Quick CSS box #398290Hey Jan!
You can use Style.css file of your child theme to add your custom CSS code.
Best regards,
YigitFebruary 18, 2015 at 5:29 pm in reply to: Request: ability to not display featured image on Portfolio items #398289Hey!
Feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/
As a workaround, you can check the post id of your posts and use the code as following.single.postid-1671961081 .page-thumb { display: none; }That would remove the page thumbnail from “Opbeat”
Cheers!
YigitHey!
Just to add to @digitalessence, after changing image sizes, please do not forget to regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
@digitalessence Thank you :)Best regards,
YigitHey David!
Please add folllowing code to Quick CSS
#top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a, #top #wrap_all .av_header_transparency .sub_menu > ul > li > a, #top .av_header_transparency #header_main_alternate, .av_header_transparency #header_main .social_bookmarks li a { color: white; }Cheers!
Yigit -
This reply was modified 11 years, 2 months ago by
-
AuthorPosts
