Forum Replies Created
-
AuthorPosts
-
December 17, 2020 at 5:53 am in reply to: How can I center-align this social bookmarks widget? #1268012
Hi samanthashea,
Please replace the code I gave:
#top .avia-builder-widget-area .custom-html-widget .social_bookmarks { text-align: center; } #top .avia-builder-widget-area .custom-html-widget .social_bookmarks li { float: none; display: inline-block; border: none; margin: 0 10px; }to:
#top .avia-builder-widget-area .custom-html-widget .social_bookmarks { text-align: center; position: relative; top: 30px; } #top .avia-builder-widget-area .custom-html-widget .social_bookmarks li { float: none; display: inline-block; border: none; margin: 0 10px; font-size: 30px; }Hope it helps.
Best regards,
NikkoHi samanthashea,
There’s an extra dot before h2, which causes it not to work, it should be:
.page-id-3540 h2 { margin-bottom: 300px !important; }since you are targeting an h2 tag and not some element with a class of h2, you’ll just need h2 not .h2 :)
Best regards,
NikkoHi samanthashea,
The setting in the backend is not reflecting on the backend.
Your site’s server might have some internal caching to improve performance however this is at the moment hindering any changes made to your site, please disable this in the cpanel or try asking your hosting provider for assistance.Best regards,
NikkoHi domenicoguida,
I have tried the FTP access, however it does not work using Filezilla (even changing some settings).
Also, when I go to your site, this is what is shown:This site can’t be reachedBest regards,
NikkoDecember 17, 2020 at 5:34 am in reply to: Website is glitching – spaces aren't working properly #1268006Hi vantagepointmg,
Here are the screenshots I have on my end and also checked in multiple browsers:
– https://imgur.com/ThaYCAk
– https://imgur.com/6m2mCH5Adding this CSS code should fix the submit button height:
#top .frm_button_submit.frm_final_submit { height: 45px !important; }Since we have different output on our end, can you try to disable all optimizations temporarily, including CSS file merging and compression in Enfold > Performance and also caching.
Best regards,
NikkoHi newmediologo,
The Main portfolio page is using masonry.
Please do the following steps as a workaround:
1. Enable the Avia Layout Builder Debugger: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode
2. Create a new page with just the Masonry (copy the settings on the Main Portfolio Page)
3. Copy the shortcode that shows below the Content Area.
4. In taxonomy-portfolio_entries.php, remove this code:$grid = new avia_post_grid(array( 'linking' => '', 'columns' => '3', 'contents' => 'title', 'sort' => 'no', 'paginate' => 'yes', 'set_breadcrumb' => false, )); $grid->use_global_query(); echo $grid->html();then replace it with:
echo do_shortcode('shortcode_here')just replace shortcode_here with the copied shortcode.
Hope this helps.Best regards,
NikkoHi yohanna16,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Ondra,
Can you try to disable all plugins and check if the issue still persists? if it does not persist anymore, then please enable the plugins one by one to know which one is causing the issue.
Otherwise, 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
( to 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 an admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi lauragrashoff,
We’re glad to hear that :)
Thanks for using Enfold and have a Merry Christmas and a Wonderful New Year!Best regards,
NikkoHi evanskathy,
I have installed and activated Enable jQuery Migrate Helper plugin to fix the issue since Enfold 4.7.5 is not compatible with WP 5.6.
Checking on Theme Updates, it seems the Download Package URL: Errorcode 404 returned by Envato: Not Found is showing again, you may need to wait about 24 hours and revalidate the token again.Best regards,
NikkoHi barabasone,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi barabasone,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoDecember 17, 2020 at 2:15 am in reply to: Support Login does not work… Avia Editor Problems #1267979Hi marcel bonjean,
Thanks for contacting us!
Can you try to disable all plugins? and check if the issue still persists.
If it is displaying properly, enable the plugins one by one to know which one is causing the issue.Best regards,
NikkoHi VM,
We’re glad to hear that. :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Bruno,
We’re glad to hear that. :)
Thanks for using Enfold and have a great day!Best regards,
NikkoDecember 17, 2020 at 2:09 am in reply to: Can't add Fontello Icon Font "Couldn't add the font because…" #1267974Hi jscilipote,
Thanks for giving us admin access.
Please enable this PHP Extension: PHP ZipArchive Extension
You can verify if it’s enabled in the link in private content.Best regards,
NikkoHi Rachel,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi domenicoguida,
Can you give us a screenshot for the issue?
The code you gave is the content of WordPress’ index.php at the root level.Best regards,
NikkoHi bicounet,
Thanks for using Enfold and have a great day!
Best regards,
NikkoDecember 16, 2020 at 3:07 pm in reply to: PHP Warning: Creating default object from empty value "avia-template-builder" #1267841Hi Miguel,
Can you give us access to the staging site? so we can investigate on the issue.
Those warnings shouldn’t cause any performance issues but it would be better to clear it.Best regards,
NikkoHi samanthashea,
For the last question, please add this CSS code in QUick CSS:
.page-id-3540 #full_slider_1 .slideshow_align_caption { vertical-align: top; }Best regards,
NikkoHi samanthashea,
1. change my H1 size to 30? I tried a code used in another forum question yet nothing changes which is very frustrating.
I have checked your site and it seems 30px on h1 font size is working properly on my end. You can check the screenshot in private content.
Please try to clear your browser cache. Also, I would suggest, flushing out cache from Autoptimize and disabling it, since optimization like caching and minification during development produces some issues.2. Also, I am having a major problem with the post “13 Famous Places of Peshawar.” I switched it to the Avia layout and now it will not revert back and looks horribly stretched out. I want it reverted back to normal editor
This is now back to using a default editor3. I used code in the documentation to make my featured images full width. However the the length is too long of the imageshonestly.
What code did you use? and which page?4. I posted here about the size of the blog post element on the “blog” page. https://kriesi.at/support/topic/blog-post-slider-images-wont-enlarge/
I have already replied on that thread.5. How can I CENTER and ENLARGE the widget on the homepage with the social book marks?
Please check this thread: https://kriesi.at/support/topic/how-can-i-center-align-this-social-bookmarks-widget/Best regards,
NikkoDecember 16, 2020 at 2:18 pm in reply to: Website is glitching – spaces aren't working properly #1267828Hi vantagepointmg,
I have checked in to your site and I don’t see any cut off you mentioned and seems to look good.
Can you give us a screenshot of how it looks on your end? for the meantime, please try to flush out the browser cache.Best regards,
NikkoHi HighFiveEvent,
Try to use single author, big preview pic, then go to Enfold > General Styling > Quick CSS, then add this CSS code:
.blog .big-preview.single-big { max-width: 495px; margin: 0 auto; }Best regards,
NikkoHey paralos,
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
( to 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 an admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi Alexander,
You’re welcome, we’re just happy that we could help :)
As for the borders, I believe you’re referring to the gap between the columns, you can adjust that in the Cell of the Grid Row, just adjust the Cell Padding.
If you set it to 0, there will be no gap, and the higher the value the greater the gap.Best regards,
NikkoHi phoenixdivers-kohlanta,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi newmediologo,
You’re welcome :)
As for I ask if Did is possible to use the “Load more button” on Portfolio Category Pages instead of Pagination..? Probably it is possible by editing the file
taxonomy-portfolio_entries.php it’s not possible since the option available is only pagination (Portfolio Grid).Best regards,
NikkoHey Leasha LaBruzzi,
Thanks for contacting us!
The credentials you gave did not work, please check.
Also make sure that the token has the following permissions (for it to work properly):- View and search Envato sites (checked by default)
- View your Envato account username
- View your email address
- View your account profile details
- Download your purchased items
- Verify purchases of your item
- List purchases you’ve made
Best regards,
NikkoHi davidraymcclain,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
