Forum Replies Created
-
AuthorPosts
-
Hi,
Could you also provide login details to your WordPress dashboard. Place the details in the private data section of your reply.
Best regards,
JordanHey hdsitomh,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
JordanHi,
@isaaccolavecchio Please start a new thread and provide us with administrator login details so so we can have a closer look at the issue.Best regards,
JordanSeptember 30, 2016 at 10:41 pm in reply to: Dropdown menus and search not working in main menu #694055Hi,
Glad to hear that you found the conflict!
Best regards,
JordanHey freeethinka,
Thanks for reaching out to us!
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
JordanHi,
Try adding the following code instead to the bottom of your functions.php file:
// Replaces the excerpt "Read More" text by a link function new_excerpt_more($more) { global $post; return '<a class="moretag" href="'. get_permalink($post->ID) . '"> YOUR TEXT HERE</a>'; } add_filter('excerpt_more', 'new_excerpt_more');
Change where it says Your text here. Let me know how it goes.
Best regards,
JordanHey C2S16,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
JordanHi,
A plugin conflict may be one of the reason for this issue. Especially if there may be conflicting CSS styles.
Glad to hear the code work though :)
Best regards,
JordanHey Did,
Not completely sure what you want to achieve or where you wish to place the gallery thumbnails. Would you mind posting us a mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)
Best regards,
JordanHey VastMarketing,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
JordanHi,
Thanks for getting back to me!
In the Enfold theme settings, under the Header section, select the mobile menu tab. Under the mobile menu tab there is a check box Hide Mobile Menu Sub Items, that has to be checked. I checked it for you and all is good.
Best regards,
JordanHey doroth,
If you change the name of the file, you need to change the name path in any other file that may reference the file as well.
Best regards,
JordanSeptember 30, 2016 at 3:21 pm in reply to: Which is the maximum amount of images in Masonry Gallery? #693817Hi,
Do you get any error when uploading the 1000th jpeg image to the gallery? Also could you share with us the image you are trying to upload so we can use it as well. You can share it on google drive or Dropbox and put the link in the private data section. Or if the image is already on WordPress, let us know which one it is.
Best regards,
JordanHi,
Do you have a backup of your site before the import was done? This is only possible if a backup of the site was made, so you can revert the changes.
Best regards,
JordanSeptember 30, 2016 at 3:12 pm in reply to: Change the size of the featured image (without plugin) #693809Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
img.attachment-entry_with_sidebar.size-entry_with_sidebar.wp-post-image { height: 400px !important; }
Change the value as you wish. Don’t forget to disable right click if everything works.
Best regards,
JordanHey dhandakam,
Could you please also provide administrator login details to your WordPress dashboard so we can assist you further. You can place the information in the private data section of your reply.
Best regards,
JordanSeptember 30, 2016 at 2:53 pm in reply to: How can I align the text in the page in the middle #693790Hi,
You’re most welcome! Feel free to reach out again if you have any other questions :)
Best regards,
JordanSeptember 30, 2016 at 7:24 am in reply to: Change the size of the featured image (without plugin) #693544Hey turistai,
Yes it is possible with CSS. However, we need to be able to inspect the element using the Chrome dev tool and it seems you have disabled right mouse click on your site. Is it possible temporarily allow right click?
Best regards,
JordanHi,
Please see – http://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/
That will should help switch form the sidebar nav to a mobile menu on the tablet. If you still have issues, let us know.
Best regards,
JordanHi,
Changing the background color per sub domain would require a lot of customization.
Best regards,
JordanHi,
You need to go to Appearance -> Editor on your dashboard and then select the file custom.css and look for the line.
Best regards,
JordanSeptember 30, 2016 at 6:58 am in reply to: Bad logo resizing with a message of onload="pagespeed.CriticalImages… #693537Hi,
Glad to hear that you solved the issue. Thanks for sharing the solution on the forum for others to see and benefit.
Best regards,
JordanHey lloufield,
You may want to try using the MailChimp plugin. Not exactly sure what you wish to achieve with the emails you send but MailChimp would be a could place to see if it achieves what you wish.
Best regards,
JordanSeptember 30, 2016 at 6:35 am in reply to: H1 font size and colour section background images smaller for mobile devices #693533Hey endanight,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help.
Best regards,
JordanHey webmasterstijn,
Sorry for the delayed response.
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
JordanHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px){ #header_meta .sub_menu { min-width: 560px; background: rgba(0, 0, 0, 0); padding-left: 0; padding-top: 0px; right: 30%; position: relative !important; top: 15px; } } @media only screen and (max-width: 990px){ #header_meta { display: block !important; height: 0px !important; min-height: 0px !important; } }
Best regards,
JordanHi,
Could you also provide us with administrator login details to your WordPress dashboard so we can have a closer look.
Best regards,
JordanSeptember 30, 2016 at 5:52 am in reply to: Testimonial grid overlapping on iPad/small screens #693525Hi,
Could you please provide us with the link to your site again in the private data section, so that we can inspect the element and assist you further.
Best regards,
JordanSeptember 30, 2016 at 5:28 am in reply to: How can I align the text in the page in the middle #693523Hey pimroll,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av_textblock_section p { padding-left: 33.33%; }
Best regards,
Jordan -
AuthorPosts