Forum Replies Created
-
AuthorPosts
-
Excellent, closing thread.
Best regards,
JosueHey loyalzoo!
Please take a look at this topic: https://kriesi.at/support/topic/new-custom-font/
Cheers!
JosueHey!
Add this code to the Quick CSS:
.wpcf7{ width: 73.5%; } .wpcf7 input[type='text'], .wpcf7 textarea, .wpcf7 input[type='email'] { width: 100% !important; }
Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey Gregory!
Please take a look at this topic: https://kriesi.at/support/topic/new-custom-font/
Regards,
JosueHi!
Your site is not loading.
Best regards,
JosueHi DoGrinDigital!
1, Try adding this code to the Quick CSS:
.logo, .logo img { width: 450px; height: auto; }
2. By ‘Order Button’ you mean the ‘checkout’ link on your menu? that could be changed with this:
#menu-item-2659 a { color: #F00; font-weight: bold; }
3. I guess you mean changing the main section font size, this may work for you:
#main * { font-size: 16px; }
4. You want to remove the title elements from this? http://copperadvantage.com/feed/
Regards,
JosueHi Roy!
It depends on what you want to achieve, both would work i guess, also you can try this plugin.
Best regards,
JosueHi Josh!
Disabling some unnecessary plugins may help.
Regards,
JosueOctober 27, 2013 at 2:42 am in reply to: VIdeo URL doesn't work when parameters added after the URL #181132Hi!
You’ll need to use a iframe code method (put it while being in the Text tab), putting the URL alone won’t work as you expect because that embedding method strips all the parameters, and that is handled by WordPress, not theme-related.
Regards,
JosueHey!
What code did you apply?
Cheers!
JosueOctober 27, 2013 at 2:29 am in reply to: Big trouble creating a link from an image to .exe file #181129Hey paulseager!
Are you sure that file exists?
Cheers!
JosueHi Frank,
Can you post the link to your website please?
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueOctober 27, 2013 at 12:35 am in reply to: Can not find "masonry" portfolio after looking at video #181110Hey!
You can check what version of Enfold you have here:
Appearance > Themes.
Cheers!
JosueHi Oleks,
Try with this code:
.logo, .logo img{ width: 200px; height: 200px; }
If it doesn’t work please post a link to your website.
Regards,
JosueHi ydigilov!
Add this to the Quick CSS:
#header{ position: fixed !important; }
Cheers!
JosueOctober 26, 2013 at 8:57 pm in reply to: Media queries and custom CSS for French translations (WPML) #181094Hi!
Yes, that would be ok, did it work?
When a file is filled with pure PHP (like functions.php), there is no need for a closing tag.
Regards,
JosueWe are looking forward to hearing from you :)
Best regards,
JosueHey George!
I had no issues so far on my local installation (WP 3.7 + Enfold 3.4.1).
Best regards,
JosueHi!
I tried it on my local installation, and got no issues so far saving, after saving there was a JavaScript error in the console, i think it would be better to create a custom shortcode, something like [webcam_stream] that renders the script. This tool could help you doing it.
Regards,
JosueOctober 25, 2013 at 7:09 am in reply to: Media queries and custom CSS for French translations (WPML) #180516Hi!
Can you post a link to your French site?
Regards,
JosueHi ELEM!
It’s a .htaccess issue, make sure this file writable (should be located at the root of your WordPress installation).
Cheers!
JosueHi Superbobrik!
It’s possible, but a little buggy, please take a look: https://kriesi.at/support/topic/avia-builder-nesting-inside-tabs-possible/
Best regards,
JosueOctober 25, 2013 at 12:09 am in reply to: Megamenu deleted – I can't access to Appearence > Menu #180428Hey!
I can’t access your website backend, an access window prompt.
Best regards,
JosueGlad we could help, let us know if you have any more questions or issues :)
Regards,
JosueHi ridcon!
You could use plain HTML, please take a look at this:
List structure:
<ul class="my-custom-list"> <li> <a href="#"><img src="IMG_URL" /> <span>Title 1</span></a> </li> <li> <a href="#"><img src="IMG_URL" /> <span>Title 2</span></a> </li> <li> <a href="#"><img src="IMG_URL" /> <span>Title 3</span></a> </li> <li> <a href="#"><img src="IMG_URL" /> <span>Title 4</span></a> </li> <li> <a href="#"><img src="IMG_URL" /> <span>Title 5</span></a> </li> </ul>
CSS:
.my-custom-list{ list-style: none; margin: 0; padding: 0; } .my-custom-list li{ float: left; width: 80px; text-align: center; }
Demo:
http://codepen.io/josueochoa/pen/hKEfyCheers!
JosueHi Roy!
It is weird indeed, have you tried disabling some plugins?
Cheers!
Josue -
AuthorPosts