Forum Replies Created
-
AuthorPosts
-
March 14, 2017 at 7:09 am in reply to: Enfold Columns staying side by side on mobile, not stacking into 1 column #760465
Hi,
There seems to just be a simple CSS glitch. The columns generally should be 100% on mobile as to always ensure that they occupy the entire width of the parent container.
Best regards,
Jordan ShannonHi,
I see there is a three attempt limit so if you can reset the pass I will try again
Best regards,
Jordan ShannonHi,
I tried to login, but had no luckBest regards,
Jordan ShannonHey tenstepit,
Are you starting with a hi-res image or is that header image being stretched from a smaller size?
Best regards,
Jordan ShannonMarch 13, 2017 at 9:39 pm in reply to: Invisible color section problem (impossible to delete) #760262Hey Fiorilla,
You can add this via quick css:
#after_section_4{ display:none !important; }
Let me know if this works
Best regards,
Jordan ShannonMarch 13, 2017 at 9:16 pm in reply to: Changing the colour of the X (close) button in the mobile menu #760249Hey thorntonp72,
Please refer to the following documentation on changing theme icons: http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
Best regards,
Jordan ShannonMarch 13, 2017 at 9:06 pm in reply to: Enfold Columns staying side by side on mobile, not stacking into 1 column #760244Hey simonttz,
Can you provide a link to the admin so we can see your page configuration.
Best regards,
Jordan ShannonHey ythhj,
Can you please provide a link to the site, and admin info so that we can log on and take a further look into this.
Best regards,
Jordan ShannonHi,
I am not understanding what you mean. Can you screenshot what you’re trying to explain.Best regards,
Jordan ShannonMarch 13, 2017 at 7:36 pm in reply to: name of author, quantity of comments, category in blog post #760220Hey Tima,
Could you please provide a link to the site and login info so that I can look into this further.Best regards,
Jordan ShannonHi,
If you look in quick css I set the font-family to “none !important” to remove anykind off errant code that my be effecting it.Best regards,
Jordan ShannonHi,
Could you please provide a link to the admin so that I may look into this further.
Best regards,
Jordan ShannonHi,
Please try adding this to quick css:
#top .fullsize .template-blog .blog-meta { margin:none!important; }
Let me know if this works for you.
Best regards,
Jordan ShannonMarch 13, 2017 at 6:25 pm in reply to: Making the space between the main nav bar and dropdown smaller. #760174Hi,
Sorry for the late reply. Please search:
wp-content/uploads/dynamic_avia/enfold.css
Best regards,
Jordan ShannonHi,
“ABOUT US” has been fixed. That heading seemed to have been pulling a font style from elsewhere.
Best regards,
Jordan ShannonMarch 13, 2017 at 6:05 pm in reply to: Sidebar not showing on the correct place on event page Events Manager Pro #760154Hi,
Okay, the backend link is now working, but the login is not working.
Best regards,
Jordan ShannonHi,
I glad you were able to get this taken care of. If you need additional help, please do not hesitate to contact us.
Best regards,
Jordan ShannonHi,
That’s okay. I am just trying to understand the issue correctly.Perhaps this plugin will suit your needs:
https://wordpress.org/plugins/taxonomy-terms-order/
Best regards,
Jordan ShannonHi,
No problem. I am glad this was able to be worked out.Best regards,
Jordan ShannonMarch 13, 2017 at 5:47 pm in reply to: Sidebar not showing on the correct place on event page Events Manager Pro #760134Hi,
Can you please test the link. I am having trouble connecting the site.
Best regards,
Jordan ShannonHi,
Best regards,
Jordan ShannonHi,
I am suggesting creating a functions.php file within the child theme and make the needed updates and customization’s there. Your parent functions can be updated, but it will not effect the updates placed in the child functions file.Best regards,
Jordan ShannonMarch 13, 2017 at 5:41 pm in reply to: Blog Posts redering mobile or not full width on desktops #760127Hi,
Please the post the login info into private content. I am not seeing it anywhere.
Best regards,
Jordan ShannonHi,
No problem. If you need additional help, please let us know here.
Best regards,
Jordan ShannonHi,
Was this able to be corrected. The Career and Contact Us text appears the same to me.
Best regards,
Jordan ShannonHi,
Can you please provide admin information so that I can look into this further.
Best regards,
Jordan ShannonHey mind,
I am still viewing the drop-down background as white. Can you please provide a screenshot so I know we are viewing the same thing.
Best regards,
Jordan ShannonHi,
There was a margin I missed. It should be fixed up now. Please check to confirm.
Best regards,
Jordan ShannonHi,
No problem. Hopefully that will work out for your situation! If you need any additional help please let us know.
Best regards,
Jordan ShannonMarch 13, 2017 at 12:51 am in reply to: Title and excerpt show on hover on desktop but always display on mobile #759759Hi,
To create 2 variants you can choose to hide the desktop section on mobile. See this link for that option.
To hide the mobile section on the desktop you can add a custom id to that section and then add the following to quick css:
#yourID { display: none; }
@media only screen and (max-width: 767px) {
#yourID { display: block !important; }
}As for how to build the mobile version, I would suggest maybe adding a text block under the image and adding the title and excerpt into that section.
Best regards,
Jordan Shannon -
AuthorPosts