Forum Replies Created
-
in reply to: Missing VC Element
Hi Azam. I have already activate it on my theme… So the problem is solved for the moment. The only problem is, when i update your plugins. So it would be nice, if you check why you deactive it and may active it for the next release. For sure im not the only on who has used this type of element from older themes.
So also less support for you, if it just works with this simple activation.Best regards.
Manuelin reply to: Missing VC ElementPath: /wp-content/plugins/specular-wpbakery-addons/includes/wpbakery-config.php
There you can see, which elements are removed…
in reply to: Missing VC ElementHi
Sorry me again.It doesn’t works with this Media Element for Images.
In your Media Element i cant set the size of the image and also a popup is missing.Because i get no feedback, ive been searching trough the code and see, that you have deactive this element in your plugin specular-wpbakery-addons. This is really a joke. You tell me the solution, to change every single image to media and now, it just because you deactive this element..
After adding to //, everything works some. Really dont get it.
in reply to: Missing VC ElementHi. Thank you for your reply. I can use, but the Media doesn’t have a popup function. Why this this deactivated? Normally single image is available in visual composer. Thank you
in reply to: Missing VC ElementThis reply has been marked as private.in reply to: Massive Problem with the Theme / PluginsHi Akram
This page is running the version 4.0.8 of the theme. If i try to update to the new once, if got a complette error of the page and im no longer to login, till i delete the Codeless Framework Plugin. Ive i directly install this plugin over the theme, if get the same error.So i went back and reinstall my backup. this is why it works now more ore less. I have to recreate the footer and all client brands. So something doesnt works really well…
Best regards.
Manuelin reply to: Massive Problem with the Theme / PluginsThis reply has been marked as private.in reply to: Massive Problem with the Theme / PluginsThis reply has been marked as private.in reply to: Remove Header / Blog Image SitzeHi. i dont get it. i ask 2 different people to solve it and they are also unable. the images are always not on scale. why is it not possible to copy this code to the function.php file??
add_image_size( ‘blog’, 825, 619, true );
Normally this should work and replace the current size right? i dont understand, why im unable to login after that.
i dont want new sizes, i just want to change the sizes of the current once.
Thank you.
in reply to: Remove Header / Blog Image Sitzeok. so i will find another way or theme. i spend hours for nothing. i will also ask for refund on theme forest. this was far away from helpfull sorry. the child and theme is uptodate and still not able to login in.
in reply to: Remove Header / Blog Image SitzeHi Akram. Sorry this is just a joke. It works with the code from the support till the update. And now, i have to renew the support, to write more than a week with you to get the answer, that i have to hire a freelancer?? Sorry… This is ridiculous.
Please. Tell me, my im not able to log in, after i copy the various images sizes section to my function.php file in my child theme. this creates a massive error with the page.
Time before, its working like this, so i was able to adjust the size.
This is the code. but its not working with it.
<?php
Function child_enqueue_scripts() {
wp_register_style( ‘childtheme_style’, get_stylesheet_directory_uri() . ‘/style.css’ );
wp_enqueue_style( ‘childtheme_style’ );
}add_action( ‘wp_enqueue_scripts’, ‘child_enqueue_scripts’);
/* ——————– Add Various Image Sizes ———————— */
function codeless_images_sizes(){
add_image_size( ‘port3’, 600, 600, true );
add_image_size( ‘port3_grayscale’, 627, 470, true );
add_image_size( ‘port2’, 460, 275, true );
add_image_size( ‘port2_grayscale’, 940, 470, true );
add_image_size( ‘port4’, 600, 600, true );add_image_size( ‘blog’, 825, 340, true );
add_image_size( ‘alternate_blog’, 440, 195, true );
add_image_size( ‘alternate_blog_side’, 355, 235, true );
add_image_size( ‘blog_grid’, 350, 350, true );add_image_size( ‘staff’, 400, 270, true );
add_image_size( ‘staff_full’, 500, 340, true );}
/* ——————– End Add Various Image Sizes ——————— */
?>
best regards.
in reply to: Remove Header / Blog Image Sitzesorry, but this code doesn’t works. the image isnt proportional scaled… I need to display the image bigger in the right proportions and all 3 areas.
Thank you
in reply to: Remove Header / Blog Image Sitzehi Akram. Yes, i dont get it. Please help me with the code. I would like to adjust the height on the frontpage (latest from blog), blow overview and on the single page.
LETZTE NEWS
News oberview page
https://skischule-marbachegg.ch/news-skischule-marbach/Detail Page
Thank you.
in reply to: Remove Header / Blog Image SitzeHi Akram
Yes, i understand, that the container is smaller. The Wide is also ok, but the images are cropped. I need to adjust the height of all the blogpost images. The height sould be 100%.You have right a post to this problem before, but ive get a error is i insert this code function.php as you can see. the login wasnt possible after that.
How can i adjust the height of all these kinds of blog images?
Best regards.