Forum Replies Created
-
AuthorPosts
-
Hey JennyGr,
Just to clarify, since you provided the link of your login page, are you referring to the logo of the login? I’ve checked your homepage and it seems that logo is in proper place.
Best regards,
NikkoHey JennyGr,
You can add the code (in this format) in functions.php (at the bottom):
function add_fb_pixel_code(){ ?> Put Your Facebook Pixel Code Here <?php } add_action('wp_footer', 'add_fb_pixel_code');The whole code for with you fb pixel code is in private content. Hope this helps :)
Best regards,
NikkoHi Micoenfold,
Glad to hear that it’s fixed :)
@mensmaximus: Thanks for helping out :)Best regards,
NikkoHi Richard,
You’re welcome. Basically it’s just checking if woocommerce version is version 3.0.0 or greater, if it is then it overrides the function to just use the product image assigned to it and not rescale it (which works perfectly fine in woocommerce 2.x.x). Hope my explanation is clear and not so technical :)
Best regards,
NikkoHey ping-pong,
Can you check the wp-uploads folder (via ftp), and check if the pdf files are still there or if it isn’t corrupted?
Best regards,
NikkoHi,
I have checked the backend and can confirm the issue. Can you try to disable all plugins? if the issue is fixed enable it one by one to know which plugin causes the issue, if not please give us ftp access so we can check on the files and give us permission to disable plugins for a short period of time.
Best regards,
NikkoApril 28, 2017 at 8:38 am in reply to: Media Library in Grid Mode not loading | List Mode is working #784344Hi,
Thanks for providing the login, I tried to change theme from the child theme to Enfold (parent theme), and it works when you aren’t using the child theme, Try to comment out some codes to find out what’s causing it. Hope this helps :)
Best regards,
NikkoHi,
I think this should be fixed already. If you check on the css of this demo: http://kriesi.at/themes/enfold-church/event/church-youth-trip/
(css link) http://kriesi.at/themes/enfold-church/wp-content/themes/enfold/config-events-calendar/event-mod.css?ver=4.7.4
You should find this block of code:.single-tribe_events .tribe-events-venue-map, #top.single-tribe_events .tribe-events-meta-group-gmap{background: transparent; border:none; padding:0; margin:0; width:100%;}which is what Mike posted, I think there might be some css conflict that why it’s overridden with some widths and with Mike’s code adding !important, that would force it not to get overridden with other width values.
Best regards,
NikkoHi,
Sorry for the late response, it is fixed now. :) I’ve checked it and it’s weird why it’s acting that way. Here is what I did to fix that:
- I’ve added a Color Section and placed the masonry inside it
- I’ve add this class name fw-section in the Color Section’s Custom CSS Class
- I’ve added this css code in Quick CSS (located in Enfold > General Styling):
.fw-section .container { background-color: #e7e7e7; padding: 15px 0 0 15px; max-width: 100% !important; } .fw-section .container .av-content-full { padding: 0; }
Hope it’s all good :)
Best regards,
NikkoHey Ben Davis,
Yes, you can refer to the changelog in version 4.0.5
https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990Best regards,
NikkoHey doug123,
I have checked the link you gave and I think it isn’t resized, here is the screenshot I have when I checked it (link in private content).
Best regards,
NikkoHi,
Let us know if it works, if not you can try to use Widget Area :)
Best regards,
NikkoHey tremblayly,
Can you give us the link to the thread? I’ve checked your site, try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { .hr-custom.hr-icon-yes .hr-inner { width: 40%!important; } }Let us know if this helps.
Best regards,
NikkoApril 28, 2017 at 5:53 am in reply to: Mobile fallback images will not scale on mobile device #784289Hi,
Try checking out this link: https://www.namecheap.com/support/knowledgebase/article.aspx/9523/205/how-to-create-an-ftp-account
Best regards,
NikkoApril 28, 2017 at 5:51 am in reply to: Page Sidebar navigation / Show parent + child + grandchild #784287Hi,
Glad to hear that it’s fixed. Thanks for using Enfold :)
Best regards,
NikkoHey haydaw,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { #mobile-advanced ul.sub-menu { display: none; } #mobile-advanced li:hover ul.sub-menu { display: block; } }Let us know if this helps :)
Best regards,
NikkoApril 28, 2017 at 5:44 am in reply to: Possible to have full width footer on a boxed layout? #784284Hi soundstrat,
Can you post the link to the page mentioned? so we can take a closer look.
Best regards,
NikkoHey cptnem0,
For dropdowns, go to Appearance > Menus, set a menu item as a Mega Menu, then drag another menu item under it which will serve as the title for the Column, then drag the menu items under it that would show as submenus. Here is a screenshot of how it should look like: http://imgur.com/a/R3J0o
As for the sidebar menus, try adding this in Quick CSS (located in Enfold > General Styling):
#top .widget_nav_menu li { position: relative; } #top .widget_nav_menu li:before { content: ''; display: block; border-top: 3px solid transparent !important; border-bottom: 3px solid transparent !important; border-left: 3px solid #333; position: absolute; left: -10px; top: 15px; }Hope this helps :)
Best regards,
NikkoHey Micoenfold,
Can you give us a link to the page mentioned? so we can take a closer look.
Best regards,
NikkoHey Richard,
Try adding this code in functions.php (bottom):
global $woocommerce; if( version_compare( $woocommerce->version, '3.0.0', ">=" ) ) { function avia_woocommerce_gallery_thumbnail_description($img, $attachment_id, $post_id, $image_class ) { return $img; } function avia_woocommerce_post_thumbnail_description($img, $post_id){ return $img; } }Let us know if this helps.
Best regards,
NikkoHi,
Sorry for the late response. Try to do the following steps:
- Put a text block
- Click Add Media button
- Click Create Gallery and select the Images you want to include in the gallery
- Set Column (default is 3, you can set it to 5 or higher)
- Click Insert Gallery button
Hope this helps :)
Best regards,
NikkoHi,
Can you try to edit this file enfold/js/avia.js and find this line of code:
av_popup = {few lines below it find this line of code:
image: {and finally below it add this code:
verticalFit: false,Let us know if this helps :)
Best regards,
NikkoApril 26, 2017 at 8:47 am in reply to: go to the top of portfolio and not to the first tab in content #783333Hi,
Sorry for the late response, I have checked the link (private content), however, I’m not sure if I understood the problem but when I opened it it does work fine like normal sites open. Can you elaborate more? or perhaps a screenshot showing the issue would be great.
Best regards,
NikkoApril 26, 2017 at 8:40 am in reply to: Changed functions.php in child theme and now I can't see my site or login #783329Hi Enrique,
Sorry for late response and missing the thread, I added the code in functions.php (code in Private Content), and it works fine. Just to clarify, do you want to change your site’s url from http://example.com/wp to http://example.com ?
Best regards,
NikkoHi Nick,
Sorry for late response and missing this thread. Try changing your code from:
#top .rtr-column-link:hover { background-color: #000; transition: all 0.3s ease-in-out; opacity: 0.5; }to:
#top .rtr-column-link { transition: all 0.3s ease-in-out !important; } #top .rtr-column-link:hover { background-color: #000 !important; opacity: 1 !important; }Let us know if this helps :)
Best regards,
NikkoHi,
Sorry for the late response, I’ve checked the ftp and it’s working fine, however we do need the WP dashboard temporary admin access, so we can test the scenarios you pointed out.
Best regards,
NikkoHi,
Sorry for the late response, I have checked your site and it seems it doesn’t change even if are not using random. Can you update Enfold to latest version (4.0.5) currently you are using 3.8.4. You can refer to this post for more information: http://kriesi.at/archives/the-complete-guide-to-updating-enfold
Also don’t forget to backup first. Let us know if this helps.Best regards,
NikkoApril 26, 2017 at 7:16 am in reply to: clarification for the repair of Warning: Missing argument 3 #783271Hey CIBaby74,
Yes, only replace the enfold theme, the child theme should not be replaced. If this error still appears, try adding this code at the bottom of functions.php:
global $woocommerce; if( version_compare( $woocommerce->version, '3.0.0', ">=" ) ) { function avia_woocommerce_gallery_thumbnail_description($img, $attachment_id, $post_id, $image_class ) { return $img; } function avia_woocommerce_post_thumbnail_description($img, $post_id){ return $img; } }Let us know if this helps. :)
Best regards,
NikkoApril 26, 2017 at 6:18 am in reply to: Mobile fallback images will not scale on mobile device #783245Hi,
Getting ftp details depends on what host you are using for example Godaddy has this instructions: https://ph.godaddy.com/help/find-your-ftp-loginusername-4881
Basically we need access to your site’s files. If you are unsure how to get the ftp details, can you let us know where you are hosted? godaddy, hostgator, etc. :)Best regards,
NikkoHi Alberto,
Try to go to Enfold > Header > Mobile Menu (tab) > find Header Mobile Menu activation and set it to Activate for Smartphones and Tablets (browser width below 990px). Let us know if this helps :)
Best regards,
Nikko -
AuthorPosts
