Forum Replies Created
-
AuthorPosts
-
Hey wealthyone,
Yes, it’s possible but via Quick CSS.
Can you give us a link to your site? then we’ll inspect and give you css code that should work.Best regards,
NikkoHi lostinblogland,
No, if it isn’t online yet then there’s no way we can check it.
And it would be difficult to help since we will need to inspect things like the current structure of your site and other stuff like css and js.
Can you try to inspect it caption font with a web inspector then take a screenshot on it? this would atleast give us an idea of what it currently looks like.Best regards,
NikkoHi lostinblogland,
Yes you can do that in cpanel, just make sure to have a backup of the file you’re trying to modify just in case.
@wealthyone thanks for helping out :)Best regards,
NikkoHi Theresa,
This is my suggestion on how to deal with it, edit those 1/2 columns and in Screen Options just show it in desktop and hide it in tablet and mobile.
Then create 1/1 column containing the 2 timelines (just copy it from those 1/2 columns) then in the Screen Options hide this on desktop and show in tablet and mobile.
Hope this helps.Best regards,
NikkoHey larias_transfiriendo,
1. The problem is the padding added on the column.
Try adding this css code in Quick CSS:<pre><code>@media only screen and (max-width:767px) { #top #features .flex_cell.av_three_fifth { padding: 30px !important; width: 100%; } }
2. Can we request for a screenshot?
3. Just add this after your copyright text:
<pre><code>[nolink]
Best regards,
NikkoHey muhammetcoskun,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi crossroadsabc,
Can you try adding this php code at the bottom of your functions.php:
add_filter('avf_builder_boxes', 'add_builder_to_posttype'); function add_builder_to_posttype($metabox) { foreach($metabox as &$meta) { if($meta['id'] == 'avia_builder' || $meta['id'] == 'layout') { $meta['page'][] = 'events'; } } return $metabox; }
Best regards,
NikkoHi Chris,
Can you try adding this code at the bottom of your child theme’s functions.php:
remove_action( 'woocommerce_before_shop_loop_item_title', 'avia_woocommerce_thumbnail', 10); remove_action( 'woocommerce_before_shop_loop_item_title', 'avia_shop_overview_extra_header_div', 20); add_action( 'woocommerce_before_shop_loop_item_title', 'avia_woocommerce_thumbnail', 20); add_action( 'woocommerce_before_shop_loop_item_title', 'avia_shop_overview_extra_header_div', 10);
Best regards,
NikkoHey rsetran,
Can you give us a link to your site?
You can post the link in private content, if you want it to be seen only by the moderators.Best regards,
NikkoHey ihtezaz,
I think this part of the code should add it:
'supports' => array( 'title', 'editor', 'excerpt', 'thumbnail', 'revisions' )
Can you try to replace all your single quotes, just retype it since it might be the cause why it’s not working.
Another workaround for this is to use this plugin Custom Post Types UI: https://wordpress.org/plugins/custom-post-type-ui/
It has all the options you need.Best regards,
NikkoHey auserde,
Please try the solution posted here: https://kriesi.at/support/topic/add-the-search-icon-from-header-into-a-full-width-submenu/
Hope it helps.Best regards,
NikkoHi Buddy,
I tried the credentials you gave both the admin access and sftp however it doesn’t work when I tried.
It returns this error:Error: ssh_init: Host does not exist Error: Could not connect to server
I also checked if it would work using ftp but unfortunately it doesn’t work as well.
Best regards,
NikkoMarch 6, 2019 at 5:56 am in reply to: fullwidth quad menu / no burger menu / transparent header #1075270Hi metafora29,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top.page-id-3510 #header .header_bg { opacity: 0.1; filter: alpha(opacity=10); } #top.page-id-3510 #header .logo img { opacity: 0; filter: alpha(opacity=0); } #top.page-id-3510 #header .logo img.alternate { opacity: 1; filter: alpha(opacity=100); }
Best regards,
NikkoHi metafora29,
I tried the login credentials, but it also didn’t work.
For the meantime you can add this css code in Quick CSS, located in Enfold > General Styling:.postid-3301 #after_section_1 #tab-id-5-container .av_one_full, .postid-3301 #after_section_1 #tab-id-7-container .av_one_full { margin-top: 0; }
Best regards,
NikkoHi hegartpetersen,
It might be worth a try, since the screenshot of your customers desktop shows that it uses Gutenberg editor while yours is a Classic Editor.
Installing and activating the Classic Editor plugin removes the Gutenberg editor and replaces it with Classic editor.
Or maybe you just need to tweak some settings in order for the other language to use classic editor without installing the plugin I suggested.Best regards,
NikkoHi campustalenti,
Glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi volmering,
That happens because when you click on next or prev the image is centered on the page however the header occupies a lot of space on the top part.
There are 2 solutions I can think of this, one is to modify the js file however it’s not ideal since it would take a lot of time and probably testing to do this.
The second one is to adjust the fixed header, especially the part on top of the logo which I can still be reduced to half.Best regards,
NikkoHi Louise_Brace,
Thanks it works now.
I have checked it and noticed that you’re already using WordPress 5.1 and Enfold 3.8.4, the latest version is 4.5.4.
And you would most likely need to update Enfold to make it work properly with WordPress 5.1.
If it’s super urgent I would suggest to rollback to your last backup since this might take some time to fix.
I would suggest creating a stage site first (basically a duplicate of your site in your subdomain) then test the updates there first, so your live site won’t get affected.
Here’s a tutorial on how to create it: https://themeisle.com/blog/wordpress-staging-site/Best regards,
NikkoHi pharefm,
Thanks, I tested it out your code and if I checked the values for example in this post (link in private content).
I get id of 41 whether I use $current_post[“the_id”] or get_the_ID().
How can we see this:
I get a notice saying “Undefined index: the_id ”
If I try to use get_the_ID() it only returns 1’sBest regards,
NikkoHi Handyann,
Can you give us a link to the page where we can see the button? we’ll inspect it and try to give you css codes that should work.
Best regards,
NikkoHi eyeqindia,
I can’t find other plugins aside from those you mentioned and those that I suggested to try.
I’m not sure I can help you more with it, since I have only tested a few of them and it works maybe because the use isn’t that extensive.Best regards,
NikkoHi volmering,
This is what I see on my end (screenshot in private content).
Maybe the issue is the large fixed header on top which has higher z-index value which cover the prev and next when I scroll the page down.Best regards,
NikkoHi transformmedia,
Thanks for giving us admin access.
I have checked it and noticed that there no other option in the Tab Position setting.
It’s supposed to have 2 options: Display Tabs above content and Display Tabs below content.
We would like to isolate the issue as it may be a plugin conflict or a theme issue since the version of Enfold you have is already outdated.
However you’re live site might be messed up when debugging your site, can you create a staging site instead? where we can do the debugging.
Here’s a tutorial on how to create it: https://themeisle.com/blog/wordpress-staging-site/Best regards,
NikkoHi Anton,
1. Great to hear that.
2. Yes, you can either fix the links or if there’s too many to change then redirection is the best thing to do in order to save both time and effort.
3. I’m not really sure since I’m not very much familiar with the polylang plugin to be honest, however I did notice in Language Settings it uses the slugs like /ru/ and /en/ and I was expecting it will have a url like website.com/language/slug/ or something like website.com/en/home/ since it’s a translated page but it didn’t work that way, so I thought it might be some conflict with the slug used and just tried to change it and test which works.Best regards,
NikkoHi pharefm,
I have made some changes however I did made a mistake and was unable to undo the code I added in functions.php.
Can we request for ftp access? so we can undo it and try to tweak the code.Best regards,
NikkoHi tcp5004,
Thanks for providing the screenshot however I couldn’t reproduce it on my end.
I tested it with browsers like Chrome, IE11 and Edge and it doesn’t behave as what you have described.
Can you try to flush out your browser cache? it might just be some caching issue.Best regards,
NikkoHi campustalenti,
Thanks, I have checked it and since you’re using 4.4.1, that option isn’t available since it was added in Enfold 4.5.2
Please install and activate a plugin called Classic Editor, this plugin disables the new Gutenberg editor and replace it with the Classic Editor we used before WordPress 5.x
Let us know if this helps.Best regards,
NikkoHi hegartpetersen,
That option only shows in Enfold 4.5.2 and up.
Try to install and activate a plugin called Classic Editor, this plugin disables the new Gutenberg editor and replace it with the Classic Editor we used before WordPress 5.x
Let us know if this helps.Best regards,
NikkoHi Louise_Brace,
I still can’t login using those credentials.
Can you try this instead?- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
Your issue seems similar to this one: https://wordpress.org/support/topic/php-7-0-14-to-7-1-1-operator-not-supported-for-strings/
Best regards,
NikkoHi kvindenskraft,
Glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts