Forum Replies Created
-
AuthorPosts
-
Hey!
Sorry, it looks like your second logo is inside the first logo so the CSS you need is this.
@media only screen and (max-width: 480px) { .logo > a:first-child { display: none !important; }}It should be working now.
Regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
April 1, 2015 at 9:36 pm in reply to: Imagepositioning with boxshadow in textbox / Contentwidth in sidebarmenu #422172Hey!
1. Drag a codeblock element to your page and add this inside.
<style type = "text/css"> .avia_textblock .alignleft { margin-right: 20px !important; margin-bottom: 10px !important; } </style>2. For only this page then add this to the codeblock as well.
<style type = "text/css"> main { width: 60% !important; } </style>Best regards,
ElliottHi Ivana!
1. If I understand correctly you’ll want to drag a codeblock element to your page and then add this inside.
<style type = "text/css"> body .column-top-margin { margin-top: 0px !important; } </style>2. Try this.
.hr { margin-top: 0px !important; }Cheers!
ElliottHey!
I see what you mean. Can you send us a WordPress login so we can take a closer look?
Best regards,
ElliottHi master-t!
It’s possible with the google maps API but it would take a lot of time and code to implement. You could create a feature request or you could also try looking for a maps plugin that offers this feature.
Cheers!
ElliottApril 1, 2015 at 9:18 pm in reply to: Title and captions for featured images are not showing #422162Hi!
Well that’s how it should be displaying if you did the edit in my second post. I still don’t see it your site though. Add it back in so we can see what it’s doing.
Yes, you can add HTML and links, etc etc, in the caption field.
Best regards,
ElliottHi alfaweb2!
You could use our Masonry, Blog Posts, or Post Slider elements for this. Each element will let you select the taxonomy to use.
Best regards,
ElliottHi!
Ok I think I see the issue. In the shortcode you only have a small amount of posts to display but in your “Signature Pools” category you have 44 posts and they are all the same name (and all published on the same date). So what is happening is only a small amount of those posts are being displayed on the first page and none of the other category posts have a chance to display (until you click on page 2, 3, etc etc).
The sort options only display if there are some categories to sort through (if there are no posts for the category then clicking on the button would do nothing).
You could set the shortcode to display a larger amount of posts so posts in each category are displayed on page 1 (instead all of the signature pools posts). But probably a better option would be to change the order of the posts to “Random” or something else in the shortcode options so you get posts with different categories displaying.
Regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
April 1, 2015 at 8:44 pm in reply to: Ajax search yields no results, standard wp search works fine #422150Hey!
It looks like you do not have any posts published at all and you have deleted the hello world post. I went ahead and created test post for you. You can test it out by using “test” for the search term.
Cheers!
ElliottHi!
Try navigating to Dashboard > Settings > General and in the date section select “Custom” and insert this into the field.
F j, Y, h:iaCheers!
ElliottHey Annelies!
Try setting your main background color to transparent as well.
#main { background: transparent !important; }Best regards,
ElliottHey!
Add this.
#mobile-advanced .avia_transform .av_font_icon { opacity: 1 !important; } #mobile-advanced .av-font-char { color: red !important; }Regards,
ElliottHey!
That’s not your actual shop page, your using the product list element it looks like (which is for custom layouts). If you view your actual shop page at domain.com/shop you’ll see it is displayed.
Regards,
ElliottHi!
Not sure, let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If the above two steps does not help then send us a WordPress login and we’ll take a closer look.
Cheers!
ElliottHey!
I found the Marck Script in Google fonts, http://www.google.com/fonts, but it looks like it only has the Latin Extended and Cyrillic subsets so I’m not sure if those specific characters are included or not.
To test it out you can do this, http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/.
For Marck Script it would look like this.
$fonts['Marck Script 2'] = 'Marck Script:400&subset=latin,latin-ext,cyrillic';Cheers!
ElliottHi!
Try adding this to your custom CSS.
.av-subnav-menu .current-menu-item .avia-menu-text { color: red !important; }Cheers!
ElliottHi Adolfo Lucio!
Try adding this to your custom CSS.
.avia-shadow { box-shadow: none !important; }Cheers!
ElliottHi!
Add this to your custom CSS.
.small-preview img { height: 81px !important; width: 81px !important; }Are you wanting to make it so when you click on the thumbnails in your blog list that they open up the full image in a popup instead of linking to the single post view?
Cheers!
ElliottHey!
Yes, you would have to create posts for this. You could use regular blog posts or portfolio posts. You could also create your own post type with a plugin such as “Custom Post Types UI” and use that with the Masonry element instead.
Regards,
ElliottHey sagarbekal!
1. + 2. On most of your slides it looks like your adding the text directly onto the image which is not going to work. On one of your slides though your actually using the captions which is correct but your setting the font sizes to px values. Try this instead.
font-size: 2vw;To have it resize with the screen.
3. You could use it but I don’t think it’s going to span the full height like our fullscreen slider. You could try placing the slider width and height to 100% to see how it works.
Best regards,
ElliottHi!
Can you send us a WordPress login so we can check your settings?
Also try deactivating all of your plugins and clear your cache while testing.
Regards,
ElliottHi!
So it is working fine now? If your still having problems then try deactivating all plugins and send us a link so we can get a better idea of what’s going on.
It would also be good to contact the plugin authors as well.
Regards,
ElliottHi!
I tried logging it but it’s asking me for a “Google Authenticator code”? I left it blank and it said I was locked out.
Have you tried deactivating all plugins?
Cheers!
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hey!
I’m still seeing only this.
li.current-menu-item a { color: #f26621!important; }Are you not sure how to remove it from your custom.css file? Are you using a caching plugin?
Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. And then add this to your custom CSS.
li.current-menu-item > a > .avia-menu-text { color: #f26621!important; }Best regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hey!
It’s not really a theme question. I did some searching and came across this which will help, https://productforums.google.com/forum/#!topic/webmasters/Aq7jie2Ktog.
If you have more questions regarding google webmaster tools then I would just post them in there. They will be able to help you out better.
Cheers!
ElliottApril 1, 2015 at 5:32 pm in reply to: 'Product added to cart' notice not visible with avia builder #422040Hi Jason!
Your talking about the “Product Purchase Button” in the layout builder correct? It should be using AJAX to add your product to the cart. Your saying it’s redirecting you to the cart when you click on it?
Make sure you do not have the “Redirect to the cart page after successful addition ” option checked in Dashboard > WooCommerce > Settings > Products > Display.
Cheers!
ElliottHi!
I’m not really sure I understand. Your trying to load the contents of a page inside the popup correct? If so then you would just create a link and set the URL to Yigit’s example.
You can also use inline content to display, https://kriesi.at/support/topic/inline-content-in-magnific-popup/.
You can find the magnific popup documentation here, http://dimsemenov.com/plugins/magnific-popup/documentation.html.
Cheers!
ElliottHi bahamencz!
You could use some CSS like so.
.economy_sort_button:before { font-size: 20px !important; content: "\e822"; font-family: 'entypo-fontello'; }Where “economy” is the name of the tag.
Best regards,
ElliottApril 1, 2015 at 5:11 pm in reply to: Contact form submitting, but not sending submission to admin email #422034Hi!
I didn’t see any forms in your link.
Try using the plugins Contact Form 7 and WP SMTP as shown in the link, http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/, to see if emails are being sent with those plugins.
Also contact your hosting provider and let them know your having trouble receiving emails to see if there are any current server problems.
Best regards,
ElliottApril 1, 2015 at 5:08 pm in reply to: 3.1.1 upgrade has put sidebar in woocommerce product pages #422032Hey!
@DigitalEssence, Your site has a htaccess block also, we’ll need the user and pass for that.Best regards,
Elliott -
This reply was modified 10 years, 10 months ago by
-
AuthorPosts
