Forum Replies Created
-
AuthorPosts
-
Hi Neil,
Can you create a stage site (just a duplicate of your site on a subdomain of your site, where you have same settings), then in that site try to use the default wordpress theme like twentyseventeen and check if the functionality works.
I guess it’s more like a wordpress issue not the theme, you can also check this: https://wordpress.stackexchange.com/questions/74030/force-publish-future-scheduled-posts-immediately
https://wordpress.stackexchange.com/questions/175/marking-future-dated-post-as-publishedHope those links helps :)
Best regards,
NikkoHi mawcreations,
We would be needing an admin access not a guest account, also can you create a separate thread? and just put a link to this thread so we can use as a reference. I have removed your login credentials in private content as anything in Private Content can be viewed by moderators and the thread creator, that’s why we need you to create a separate thread (and add there the login credentials).
Best regards,
NikkoHi Justin,
Glad we could help. Thanks for using Enfold :)
Best regards,
NikkoHi,
Just inspect the site again as I have instructed above, look for the class of the body tag and use the postid-xx class then look for the div tag with an id of main then count its direct child, and you’ll see that #after_submenu is the 11th child. You can check more information on this here: https://css-tricks.com/almanac/selectors/n/nth-child/
Best regards,
NikkoHi siirous,
You can use something like this:
for laptops@media only screen and (min-width:1024px) { .short-container { min-height: 430px !important; } }for desktops:
@media only screen and (min-width:1600px) { .short-container { min-height: 600px !important; } }You just need to adjust min-height and the min-width (for target screen resolution).
Best regards,
NikkoHi,
Try to use the child theme from this post: https://kriesi.at/documentation/enfold/using-a-child-theme/ then just add your other modifications there. Hope this would help.
Best regards,
NikkoHi,
Yes it would affect the entire page, can you try this css code:
.postid-4621 #main > #after_submenu:nth-child(11) { display: none; }Hope this helps.
Best regards,
NikkoHi,
I have accessed it but I didn’t see any errors or the 500 internal error even after enabling wp debug. Is the 500 internal error issue already fixed? also, I noticed that the menu is positioned above the header, did you make any changes in the header?
Best regards,
NikkoHi Justin,
Can you try to replace this part of your code:
wp_enqueue_style( ‘parent-styles’, get_template_directory_uri() . ‘/style.css’ );to this one:
wp_enqueue_script( 'parent-styles', get_template_directory_uri() . '/style.css', array(), '1.0.0', 'all' );If you make an update to the css, just change 1.0.0 to 1.0.1, this will help fetch the new css instead of the cached version stored in the browser. Hope this helps.
Best regards,
NikkoHi Chris,
You can use Google Chrome browser for this, just right click on any part of the site and then select Inspect Element, it should show the html structure of your site, look for the < body > tag and check the class it should contain something like postid-xx where xx is the id of the post/portfolio then use the code given to you by Victoria and just replace the post id number. Hope this helps :)
Best regards,
NikkoOctober 19, 2017 at 12:51 am in reply to: socials icons not showing on cell phone but on tablet #866011Hey aboderc,
Can you post a link to your site? so we can check further. You can post the link in private content if you want it only to be seen by moderators.
Best regards,
NikkoHi DarrenVIP,
I have checked the code you posted above and the reason why it crashed your site is because of the single quotes (in some cases it’s double quotes), try to manually replace those single quotes.
Best regards,
NikkoHi Neil,
Glad that Rikard helped you. Just let us know if you need more assistance :)
Best regards,
NikkoHey mcraig77,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.home .av_one_third .av-special-heading, .home .av_one_fifth .av-special-heading { margin-top: 10px !important; }Hope this helps :)
Best regards,
NikkoHi Steffen,
Sure, we’ll be leaving this thread open :)
Best regards,
NikkoHey Dogmut,
Can you post a link to your site? so we can check further. You can post the details in Private Content so only the moderators can view it.
Best regards,
NikkoHi Chris,
I think you can use Custom Css Class for this, for example use remove-margin (on the images you want bottom margins removed) then remove this code I gave:
.avia-image-container.avia-align-center { margin-bottom: 0 !important; }and replace it with:
.remove-margin { margin: 0 !important; }Let us know if this helps. :)
Best regards,
NikkoHi,
Glad that Yigit helped you. Thanks for using Enfold :)
Best regards,
NikkoHey swaddington,
Go to Enfold > Header > Header behavior (tab) > then uncheck Sticky Header. Hope this helps :)
Best regards,
NikkoHi,
Glad that Rikard helped you. Thanks for using Enfold :)
Best regards,
NikkoHi,
I think you almost got it, the next step should be to enable Custom Css Class: go to Enfold > Layout Builder > check Show element options for developers and save. Go back to the page edit the 3/4 column and in Custom Css Class, put this class name: main-banner
save the page and go to Enfold > General Styling > Quick CSS and add this css code:#top .main-banner { width: 74%; margin-right: 1%; }Hope this helps :)
Best regards,
NikkoHi,
Just want to ask since you’re using this code:
add_filter('avf_form_from', 'avf_form_from_mod', 10, 3); function avf_form_from_mod($from, $new_post, $form_params) { $from = " (Email address hidden if logged out) "; return $from; }is the $from email used belongs to your domain? if it’s not @yourdomain.com then I think that’s the issue, for example your domain is abc.com and the from email is set to (Email address hidden if logged out) (or other domain) since it’s not consistent.
Hope this helps.
Best regards,
NikkoOctober 17, 2017 at 6:12 am in reply to: Centering menu text & editing separator between menu items #865141Hey xansdesign,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#avia-menu > li > a:after { content: '//'; display: inline-block; margin-left: 20px; }Hope this helps :)
Best regards,
NikkoHey smulligan,
I tried the login details you posted but I couldn’t login using it, please check.
Best regards,
NikkoHi,
Glad that you figured it out. Thanks for using Enfold :)
Best regards,
NikkoHi,
You can see an example in this thread where Reply-To is used: https://kriesi.at/support/topic/can-i-change-the-contact-forms-autoresponse-reply-to-email/#post-305752
Hope this helps :)Best regards,
NikkoHey chantalinkdesign,
Can you also give us ftp access? so we can try to enable wordpress debug and check further.
Best regards,
NikkoHey ccyran,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.avia-image-container.avia-align-center { margin-bottom: 0 !important; } .single-portfolio #after_submenu { display: none !important; }This should fix the issues showed in the 3 screenshots. Hope this helps :)
Best regards,
NikkoHi,
Go to Enfold > Layout Builder > and check Show element options for developers. Then go to the pages with minimal content, edit it’s section or column (whatever in layout element that you used) edit it and find Custom Css Class then add this css class: short-container then save it.
Go to Enfold > General Styling and add css code in Quick CSS:
@media only screen and (min-width:1024px) { .short-container { min-height: 430px !important; } }You can adjust the 430px to any value. Hope this helps :)
Best regards,
NikkoHey Stefan,
Please try the plugin mentioned on this thread: https://kriesi.at/support/topic/show-more-text-on-click/#post-760118
Hope this helps :)Best regards,
Nikko -
AuthorPosts
