Forum Replies Created
-
AuthorPosts
-
Hi,
I seem to be having trouble accessing the site at the url you provided. Can you please test it for me?
Best regards,
Jordan ShannonHi,
Yes “pagejump” would be the id of the color section.
You would then add this to quick css:
@media only screen and (max-width: 767px) { .pagejump{ display:none!important; } }Best regards,
Jordan ShannonHi,
Great! I am glad your issues were sorted out. If you need additional help, just contact us here in the support forums.Best regards,
Jordan ShannonMay 26, 2017 at 7:08 pm in reply to: Social Media icons don't stick to the bottom right corner of the screen #800323Hi,
Have you added any custom css to the site? This is does not seem like normal behavior.
Best regards,
Jordan ShannonHi,
The css I gave you? If so that means you need to add a custom class to the color section I added. Please see the following:
Best regards,
Jordan ShannonHi,
Yes. As long as there are no additional color sections on that page. In that case just give it a unique class or id, and apply the css to that.
Best regards,
Jordan ShannonHey webface,
I logged in and tested the about page, and it loaded just fine. Is there a specific page giving you an issue. Also, please look into increasing your php limit. If that does not work, please see the following possible fixes:
Best regards,
Jordan ShannonHi,
Right now the color section at that exact height prevents the jump on desktop so it may be best to keep that as is for now. It can be hidden on mobile by adding the following to quick css:
@media only screen and (max-width: 767px) { #av_section_1{ display:none!important; } }Best regards,
Jordan Shannon-
This reply was modified 8 years, 6 months ago by
Jordan Shannon.
May 26, 2017 at 6:41 pm in reply to: Social Media icons don't stick to the bottom right corner of the screen #800308Hi,
Please provide admin info in the private area so we can look into this further.
Best regards,
Jordan ShannonHi,
No I have not received it. Please place it within the area labeled private.
Best regards,
Jordan ShannonHey danldurall,
there’s no option for links in tabs, but if it’s a link you just click and open for example the 2nd tab, it should be possible by using this url pattern:
http://domain.com/mypage/#tab-id-2Best regards,
Jordan ShannonMay 26, 2017 at 6:23 pm in reply to: Social Media icons don't stick to the bottom right corner of the screen #800300Hi,
As I mentioned above, that is just the function of a responsive site.As the site responds to browser changes it adjusts as well as possible to keep the page user friendly. Most sites, out side of mobile are not generally zoomed in, so the best option with this would be to adjust the position of the icons, but even the then, they may still possible go out of frame depending on how far you zoom in.
Best regards,
Jordan ShannonHi,
Ok, in that manner you will have to modify the raw files.
MailChimp’s default popup scripts can break on WordPress sites that use jQuery/jQuery UI unless you include their embed code as the final elements before the closing body tag.
Including them in this way isn’t always possible or easy with WordPress.
The code below is an alternative implementation of the loader that forces MailChimp’s popup scripts to appear below all other scripts upon page load.Add the following to functions.php:
add_action( ‘wp_footer’, ‘myscript’ ); function myscript() { <script> // Fill in your MailChimp popup settings below. // These can be found in the original popup script from MailChimp. var mailchimpConfig = { baseUrl: 'mc.us1.list-manage.com', uuid: 'a123456789abcdefghijklmno', lid: '1abc12345a' }; // No edits below this line are required var chimpPopupLoader = document.createElement("script"); chimpPopupLoader.src = '//s3.amazonaws.com/downloads.mailchimp.com/js/signup-forms/popup/embed.js'; chimpPopupLoader.setAttribute('data-dojo-config', 'usePlainJson: true, isDebug: false'); var chimpPopup = document.createElement("script"); chimpPopup.appendChild(document.createTextNode('require(["mojo/signup-forms/Loader"], function (L) { L.start({"baseUrl": "' + mailchimpConfig.baseUrl + '", "uuid": "' + mailchimpConfig.uuid + '", "lid": "' + mailchimpConfig.lid + '"})});')); jQuery(function ($) { document.body.appendChild(chimpPopupLoader); $(window).load(function () { document.body.appendChild(chimpPopup); }); }); </script> }To use it, modify the baseUrl, uuid, and lid attributes with the ones from the original popup script that MailChimp supplies.
Best regards,
Jordan ShannonHi,
I added in a color section between the text and the gallery. Please test and see if the issue still occurs. It fixed it on my 15″ screen.
Best regards,
Jordan ShannonHi,
Are you using the Video element under the media tab? If so it’s possible that the link structure (the ones I see on your image above) may not be supported.
Best regards,
Jordan ShannonHi,
Please let me know if this works out for you.
Best regards,
Jordan ShannonHi,
Please test the first column. It should be linked. I followed this method: https://kriesi.at/support/topic/apply-link-to-column-box/
Best regards,
Jordan ShannonHi,
Please see the following:
https://wordpress.org/plugins/mailchimp-for-wp/
You can install it from the dash if you search for it from the plugins page.
Best regards,
Jordan ShannonHi,
Can you attempt to use an image with larger dimensions, say 1200 x 600? This is just to see if this one will appear clear.
Best regards,
Jordan ShannonHi,
This is caused by the way mailchimp tries to access the jquery script. There is actually a simpler solution than adding the raw script. Please see the following: https://www.organicweb.com.au/22571/wordpress/jetpack-mailchimp-wordpress/
Best regards,
Jordan ShannonHi,
I am glad Victoria was able to help you with this issue. If you need additional help please let us know here in the forums!
Best regards,
Jordan ShannonHi,
Try adding this to quick css:
@media only screen and (max-width: 767px){ .responsive #top #wrap_all #header { position: fixed!important; } }Let me know if this works.
Best regards,
Jordan ShannonHi,
Did you already try putting rel=0 at the end of the link. It was successful for me.
Best regards,
Jordan ShannonHey DROR,
Please provide a link to the site so we can look into this further. It should be possible via css.
Best regards,
Jordan ShannonHey raymondshamoon,
Try running the thumbnail regeneration plugin to see if that fixes the issue:
https://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
Jordan ShannonHey danldurall,
Have you been able to view this thread?
Perhaps it will help?
Best regards,
Jordan ShannonHi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
So on the Barrel Room page for example, you want the images that are next to the text to be displayed on mobile as well?
Best regards,
Jordan Shannon-
This reply was modified 8 years, 6 months ago by
Jordan Shannon.
Hi,
Try adding this to quick css:
span.image-overlay-inside{ display:none!important; }Best regards,
Jordan ShannonHi,
Which specific image?
Best regards,
Jordan Shannon -
This reply was modified 8 years, 6 months ago by
-
AuthorPosts
