Forum Replies Created
-
AuthorPosts
-
@Arvish
Thank you for your tip, but this also does not change anything.
What I explained to Yigit is happening too.
I checked on other browsers, and the same is happening.
I dont know what to do more.Regards
Iostar@Yigit
Thanks for your fix. The problem is that the slideshow now has an image behind the displayed image which is tinier than the dimensions requested by the slide, and, after this, the image is pushed to the requested dimensions. This is happening only below 768px. I searched in the code to see what is the code for this tinier image, and I cant find it. You can look too.
@Ismael
Thanks for your willing to help. Looking at your location (Philippines), I realized that I read a post on the server page saying that due to multiple attacks on the server, some countries had been blocked, among them are Philippines also. Sorry about that. I am not responsible for this. I cant do anything about this.
This is the post: https://translate.google.com/translate?sl=ro&tl=en&js=y&prev=_t&hl=ro&ie=UTF-8&u=http%3A%2F%2Fwww.adventisthosting.ro%2Fknowledgebase%2F1%2FExista-tari-care-nu-pot-accesa-site-urile-gazduite-pe-serverele-Bisericii-Adventiste.html&edit-text=&act=urlHey!
Have you managed to find the bug?
I dont understand what is wrong with this slider.
Thanks for your time!Iostar
What? I tested now and the password and username are working to login to wp-admin. What is not correct?
This reply has been marked as private.Not sure what had happened. Now it loads. You can try again.
Thanks for your time.
IostarThis reply has been marked as private.@Yigit
Thanks for taking time to respond.
I already applied this solution, but this does not work.
Regards,
IostarHy!
I am using Enfold for http://moldova.adventist.ro/ and I have a problem also with responsive layerslide. In desktop version the slideshow is working fine, but below 800px resolution, the slideshow is displaying a shrinked image – not all the surface of the slideshow. This makes not all the buttons to be visible.
If you can check and see what is causing this, many thanks.
Iostar DeSignMany thanks for your idea. Now I am not afraid of loosing my customizations.
Keep up the good work!Thanks for your reply!
I wanted to display my name too on other articles that I wrote, so, if I change my name will be globally changed.
Searching the web, I found something that works somehow, but in case of a new update, I have to rewrite the functions.php in the theme.
The code is this:add_filter( 'the_author', 'guest_author_name' ); add_filter( 'get_the_author_display_name', 'guest_author_name' ); function guest_author_name( $name ) { global $post; $author = get_post_meta( $post->ID, 'guest-author', true ); if ( $author ) $name = $author; return $name; } if( !is_admin() ) { add_filter( 'author_link', 'my_author_url' ); } function my_author_url( $url ) { global $post; if( get_post_meta($post->ID, 'guest-author', true) ) { if( get_post_meta($post->ID, 'guest_author_url', true) ) { return esc_url( get_post_meta($post->ID, 'guest_author_url', true) ); } else { return ''; } } return $url; }
If you have another idea, please share.
Thanks! -
AuthorPosts