Forum Replies Created
-
AuthorPosts
-
Hi,
Can you please create us a temporary FTP / SFTP account? post it here as a private reply.
Regards,
JosueHey!
I see what you mean but that’s how the grid works right now, it groups columns in rows in order to maintain the structure, not sure if this can be improved as you describe but you can try suggesting that to Kriesi here.
Cheers!
JosueHey Groeier!!
You can try:
.page-id-19 .sub-menu{ display: none !important; }Cheers!
JosueJune 16, 2015 at 5:55 am in reply to: Highlight required fields and pre-check terms and conditions #459830Hey jenki!
1. Try:
.woocommerce-invalid-required-field input { border: 1px solid red!important; }Regards,
JosueHi!
Yes, they should work fine, if you encounter any issue don’t hesitate to create a thread about it.
Cheers!
JosueHi!
Can you post a screenshot of the issue? i’m not really noting it on my end.
Regards,
JosueHey!
Do the following:
1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
2. Go to Settings > Media
3. Change themasonryimage size (increase it).
4. Regenerate the thumbnails by clicking the button at the bottom.Cheers!
JosueHey Deborah!
You can use a Text Widget and put a Posts Slider as the content of it (in shortcode format). You may need to enable this to see the generated shortcodes of ALB – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Regards,
JosueHi Aljoscha!
Can you post a link to the portfolio grid.
Best regards,
JosueJune 16, 2015 at 5:32 am in reply to: Post using Advanced Editor. How to insert Post Meta info (Title, Date etc.) ? #459818Hi Lester!
You can’t put PHP code directly on a code block but you could make use of WordPress Shortcodes to show things like date or title.
For comments there’s already an element that lets you include those (Content Elements > Comments).
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 989px) { .html_header_sticky #header { position: fixed !important; } }Cheers!
JosueJune 16, 2015 at 4:32 am in reply to: Nav menu button background highlighted when on that page #459803Hey!
Try adding this code to the Quick CSS:
#header .main_menu .current-menu-item { background: red; }Cheers!
JosueHi,
Can you post the link to the Post in question? are you using any specific plugin to set the image as an open graph tag?
Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey Deborah,
Set 0 padding to all sides of the cell in question and put a hyperlink as the content, like:
<a href="#">Link</a>Once you done that post a link to the page here.
Best regards,
JosueHi!
You can use the following plugin to set a different menu in the blog page:
https://wordpress.org/plugins/zen-menu-logic/Regards,
JosueHi!
Try with this code instead:
#history .avia-content-slider-inner { height: 200px !important; }Best regards,
JosueJune 16, 2015 at 3:37 am in reply to: How to add total count of posts in sub category to nested sidebar sub category? #459790Hi,
Can you post the link to your website? there’s a native WP function that let you do this:
https://codex.wordpress.org/Function_Reference/wp_count_termsRegards,
JosueJune 16, 2015 at 3:22 am in reply to: Nav menu button background highlighted when on that page #459787Hey!
The link you posted returns a file index.
Cheers!
JosueHi!
Modern browsers translate
_blankto a New Tab, i guess what you want to do is open a “PopUp”, you could do that with JavaScript but it will require some custom work:
http://www.quirksmode.org/js/popup.htmlAlternatively you can open it as a “Lightbox” by just adding to the end of the URL:
?iframe=trueRegards,
JosueHi!
This could work, enable debug mode and put the wrapping shortcodes in the debug box below the ALB instead.
Best regards,
JosueHello,
We’re not exactly seo experts but i think if you really don’t want crawlers to index your site i’d suggest using a robots.txt approach instead.
Regards,
JosueHi!
Try using Code Blocks elements instead of Text Blocks.
Regards,
JosueHey!
As of right now it’s not possible, unless you enqueue a child js/shortcode.js:
function change_shortcodesjs() { wp_dequeue_script( 'avia-shortcodes' ); wp_enqueue_script( 'avia-shortcodes-child', get_stylesheet_directory_uri().'/js/shortcodes.js', array('jquery'), 2, true ); } add_action( 'wp_enqueue_scripts', 'change_shortcodesjs', 100 );Nevertheless you could request that as a new option for the widget here.
Best regards,
JosueHey!
The link you posted returns a file index.
Regards,
JosueHi!
Please do so, make sure to create the User as a Network admin.
Best regards,
JosueYes, there’s no problem logging in but when i try to access the actual Dashboard (/wp-admin) i get redirected to the homepage.
Best regards,
JosueHi!
Add this to Quick CSS:
@media only screen and (max-width: 1024px) { .av-main-nav > li > a { padding: 0 5px; } }That will reduce the item’s horizontal padding when the window width is 1024px or lower.
Best regards,
JosueWhen uploading the logo in the backend, make sure to select the full size version.
-
AuthorPosts
