Forum Replies Created
-
AuthorPosts
-
Hey jomtones,
I’m not sure what line you are referring to, could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
RikardHi,
As far as I could see your sidebar is displaying below the content on mobile already. Could you try to explain a bit further and/or post a screenshot highlighting what you are trying to achieve please?
Thanks,
RikardApril 18, 2016 at 5:47 am in reply to: Shopping cart Icon (WooCommerce Plugin) in header displays as Chinese character #616029April 18, 2016 at 5:38 am in reply to: My sliders and contact form disappered after WP update #616023Hi Chris,
It looks like it should exclude just that post, could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Best regards,
RikardApril 18, 2016 at 4:55 am in reply to: After update all my content is either missing or not working #615992Hi,
Great, glad you got it working again. Please let us know if you should need any more help on the topic.
Best regards,
RikardHi,
Did you try out @begrafiks suggestion and did you have any luck with it? If not then please post admin login details in private and we’ll have a closer look.
Regards,
RikardApril 17, 2016 at 9:58 am in reply to: Enfold update problem- How to don't lose customisations! #615763Hey Raginilk,
You could try something like this in your functions.php file:
function add_custom_code() { ?> <script type=”text/javascript”> window.cookieconsent_options = {“message”:”Jeg benytter cookies til at indsamle besøgsstatistik, forbedre brugeroplevelsen og målrette markedsføringen af Webklar og mine samarbejdspartnere. Når du bruger mit site, accepterer du brugen af cookies.”,”dismiss”:”Det er ok, jeg vil gerne fortsætte”,”learnMore”:”Jeg vil gerne vide mere om coockie-politik”,”link”:”http://raginiinfo.dk/velkommen/privatlivspolitik/”,”theme”:”dark-bottom”}; </script> <script type=”text/javascript” src=”//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.9/cookieconsent.min.js”></script> <?php } add_action('wp_footer', 'add_custom_code');Otherwise I would suggest you to have a look at a cookie law info plugin for WordPress instead.
Regards,
Rikard-
This reply was modified 9 years, 12 months ago by
Rikard.
Hi,
You could try adding this to your functions.php file:
function modify_jquery() { if (!is_admin()) { wp_deregister_script('jquery'); wp_register_script('jquery', 'https://code.jquery.com/jquery-1.11.3.min.js'); wp_enqueue_script('jquery'); } } add_action('init', 'modify_jquery');Regards,
RikardApril 17, 2016 at 9:10 am in reply to: home page not loading, content dissappeared, image sizes and colours changed #615750Hi Cemil,
You are running an old version of the theme, could you try updating to the latest version (3.5.2) to see if that helps please? http://kriesi.at/documentation/enfold/updating-your-theme-files/
Thanks,
RikardHi,
Great, glad you got it working. Please let us know if you should need any more help on the topic.
Regards,
RikardHi Uli,
If you don’t have anything important in your child theme I would suggest you delete it via FTP and then reupload a fresh one from here: http://kriesi.at/documentation/enfold/downloads/. If you do have something you would like to keep I would suggest you transfer what you have in there to the freshly downloaded child theme.
Regards,
RikardApril 17, 2016 at 9:02 am in reply to: Grid row: always fit image 100% width + height in cell #615746Hi Daniel,
The images on the page you linked to seem to cover its container so I’m not sure exactly what you need help with, could you try to explain a bit further and/or post a screenshot highlighting the changes you would like to make please?
Best regards,
RikardHi Marsha,
1. It probably can but I would suggest you use a 1/1 element instead.
2. Yes, you can add a codeblock and add something like this above the element you want to link to:
<div id="your-anchor"></div>Regards,
RikardHey richardweisskopf,
Have you started somewhere? If so please post admin login details in private and we’ll try to help you out.
Thanks,
RikardHi schenkco,
Please try the following in Quick CSS under Enfold–>General Styling:
.category .post-meta-infos, .tag .post-meta-infos { display:none !important; }Regards,
RikardHi,
Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Regards,
RikardHi,
I’m not sure why but your Layer Slider is throwing errors, could you please try to overwrite the theme files with a fresh copy from your Themeforest account via FTP to see if that helps? http://kriesi.at/documentation/enfold/updating-your-theme-files/
I tried disabling all your plugins as well but that was not the problem.
Thanks,
RikardHi lodgingmetrics,
Please try adding the following to your functions.php file to see if that helps:
function modify_jquery() { if (!is_admin()) { wp_deregister_script('jquery'); wp_register_script('jquery', 'https://code.jquery.com/jquery-1.11.3.min.js'); wp_enqueue_script('jquery'); } } add_action('init', 'modify_jquery');Regards,
RikardHi magdazafeir,
Please try adding the following to your functions.php file to see if that helps:
function modify_jquery() { if (!is_admin()) { wp_deregister_script('jquery'); wp_register_script('jquery', 'https://code.jquery.com/jquery-1.11.3.min.js'); wp_enqueue_script('jquery'); } } add_action('init', 'modify_jquery');Regards,
RikardApril 17, 2016 at 7:54 am in reply to: Remove link (attachment) to media file for feature images in posts and pages #615731Hi BP,
Nothing should have changed regarding that with the latest update, could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Regards,
RikardHi,
Great, glad you got it working and sorry for the trouble :-)
Best regards,
Rikard -
This reply was modified 9 years, 12 months ago by
-
AuthorPosts
