Forum Replies Created
-
AuthorPosts
-
Hi,
You can upload screenshots to a service like imgur.com for instance and then link to the image in your post.
Best regards,
RikardApril 19, 2016 at 6:45 am in reply to: CSS to Optimize Text for Mobile is Shrinking Width of Site on PC – Thoughts? #617126Hi Chris,
The only thing wrong I can see in your initial code is that you are missing a curly bracket for the last section of code:
@media only screen and (max-width: 767px) { .toptextarea33 * { font-size: 18px !important; line-height: 18px !important; }Should be:
@media only screen and (max-width: 767px) { .toptextarea33 * { font-size: 18px !important; line-height: 18px !important; } }Not sure if that is what is causing it though. You could try to minimise your code as well and put all the arguments within one media query.
Regards,
RikardHi,
You should be able to set that in the Advanced Styling section as well, you will see the Apply only to mouse hover state option when you select the menu items.
Regards,
RikardHi,
Please try the following in Quick CSS under Enfold–>General Styling to control the font size:
#footer h3.widgettitle { font-size: 18px !important; }…and this to control the margin of the widgets:
#footer .widget { margin: 20px 0 20px 0 !important; }Regards,
Rikard-
This reply was modified 9 years, 12 months ago by
Rikard.
Hi,
Great, please let us know if you should need any more help on the topic.
Regards,
RikardApril 19, 2016 at 6:22 am in reply to: Enfold Update: Content Slider malfunctioning / not working anymore #617098Hi,
Please refer to this: https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/
Thanks,
RikardApril 19, 2016 at 5:40 am in reply to: How to add an auto-generated product link on my event page #617086Hi Roland,
You can try increasing the font size with the following CSS:
.av-single-event-meta-bar-inner ul li { font-size: 20px !important; }Regards,
RikardHey jezza1961,
I’m not sure if that would be possible, could you post a link to your site so that we can have a closer look please?
Best regards,
RikardHi tobego,
I’m not sure about the testing you are making, I’ve never looked into it myself. All I can say is that the theme is not compressing anything so I think it is plugin related.
Thanks,
RikardHi,
I just wanted to try to explain how our queue system works:
Let’s say we have 100 open tickets waiting to be answered. We always go by the first-come-first-serve rule meaning we’ll try to answer the oldest ticket first. So let’s say your ticket is number 30 in line out of 100, when you reply to that again it will be sent to the back of the line, meaning that your ticket is now number 100 out of 100, the lowest priority out of all tickets.
Hope this makes sense to you and thanks for understanding.
Regards,
RikardApril 18, 2016 at 10:53 am in reply to: Portfolios (accordeon) with Ajax doesn't show the updated (changed) entries/text #616252Hi,
Ok great, please let us know if you should need any more help on the topic.
Regards,
RikardHi,
That button is displaying fine on my end, I’m guessing you managed to get that fixed as well?
Thanks,
RikardHey sambo258,
Please refer to this: https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/
Thanks,
RikardHi haydenkirk,
Thanks for the tip, I guess that would be a good idea yes :-)
Regards,
RikardApril 18, 2016 at 9:24 am in reply to: How to display portfolio category view with Title and Excerpt #616203Hi,
Send us admin login details in private and we’ll see if we can add it for you.
Regards,
RikardHi IrinaWin,
There is a problem with the new version of WordPress, could you try adding the following to the bottom of your functions.php file please?
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');Send us admin login details in private if you can’t/don’t know where to add it.
Regards,
RikardHi,
Ok, please let us know if you should need any more help on the topic.
Thanks,
RikardHi Gwellins,
Please try adding the following to your functions.php to if it 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');Best regards,
RikardHey egouldCTTA,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
RikardApril 18, 2016 at 8:59 am in reply to: Help! All my images and most components Disappeared!! HELP #616173Hi thecreativepatch,
Everything on your site seems to load fine, could you try clearing your browser cache and reload or try a different browser and/or machine please?
Regards,
RikardHi @haydenkirk,
I replied to your other thread with a possible fix, if that doesn’t work then post admin login details in private to that thread and we’ll have a look at it.
Thanks,
RikardHi,
Not sure what fix you applied? This maybe?
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');Thanks,
RikardHi,
If you reply to your own topic it is sent to the back of our support queue, so you could theoretically be calling us unprofessional and write long posts about how upset you are about the unfair treatment you are getting forever without anyone ever knowing about it except you. So please don’t reply to your own topics unless you want to get really slow help and be upset about it.
You can try the following in Quick CSS to change the background and colour of your to accordion element:
p.toggler { background-color: #be202d !important; } p.toggler strong { color: white !important; }Thanks,
Rikard-
This reply was modified 9 years, 12 months ago by
Rikard.
-
This reply was modified 9 years, 12 months ago by
-
AuthorPosts
