Codeless
  • Support Home
  • Themes
  • Support
  • WordPress Tutorials
    • How to Start a Blog
    • Best Website Builders
    • Best Small Business Hosting
    • Email Marketing Services
    • Cheap WordPress Hosting
  • Video Tutorials

Community Forums

  • Profile
  • Topics Started
  • Replies Created
  • Favorites

Forum Replies Created

  • 10 years, 10 months ago Bikul
    Participant

    Expired

    in reply to: Translate "Read More" on Blogpage
    This reply has been marked as private.
    10 years, 10 months ago Bikul
    Participant

    Expired

    in reply to: Width of Sticky Nav
    This reply has been marked as private.
    10 years, 10 months ago Bikul
    Participant

    Expired

    in reply to: Responsiveness + Menu

    Hi Mihaila,

    sorry for the late response and Thank You for your Support! It is nearly perfect but there are still two issues.

    1. on an iPad in vertical format: the left and right white space is not the same:

     

    2. for the projects of the Category “Corporate Design” I chose a Portfolio Type with a right floating sidebar.
    on Desktop and iphone that looks ok, but when you look in vertical iPad format the text is cut:


    Would be glad about Help
    Bernd

    10 years, 10 months ago Bikul
    Participant

    Expired

    in reply to: Responsiveness + Menu

    Hello Mihaila,

    thank you!

    But it is still the same on an iPad.

    iPad

     

    iPad Menu

     

    On the iPhone it is better, but when I open the menu the content below is not in the middle anymore

     

    Thank you for Help!
    Bernd

    10 years, 10 months ago Bikul
    Participant

    Expired

    in reply to: Portfolio Slideshow Image Size

    If I add the code like that:

    <?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’);

    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’, 960, 640, 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 );

    }

    ?>

     

    I get this failure:

    <b style=”color: #000000; font-family: Times; line-height: normal;”>Fatal error</b><span style=”color: #000000; font-family: Times; font-size: medium; line-height: normal;”>: Cannot redeclare codeless_images_sizes() (previously declared in /www/htdocs/w00fc17a/destino-creative.de/wp-content/themes/specular-child/functions.php:16) in </span><b style=”color: #000000; font-family: Times; line-height: normal;”>/www/htdocs/w00fc17a/destino-creative.de/wp-content/themes/specular/functions.php</b><span style=”color: #000000; font-family: Times; font-size: medium; line-height: normal;”> on line </span><b style=”color: #000000; font-family: Times; line-height: normal;”>162</b>

     

    What to do?

    Thank you
    Bernd

    10 years, 10 months ago Bikul
    Participant

    Expired

    in reply to: Responsiveness + Menu
    This reply has been marked as private.
    10 years, 10 months ago Bikul
    Participant

    Expired

    in reply to: Portfolio Slideshow Image Size

    Hello Mihaila,

     

    as I use the child-theme of Specular, could I embed the altered code for this in functions.php of the child theme?

    Like this:

    <?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’);

    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’, 960, 640, 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 );

    }

     

    ?>

    So I would not have to make these changes everytime I update the theme?

    Thank you for Help!
    Bernd

    10 years, 11 months ago Bikul
    Participant

    Expired

    in reply to: WPBakery Visual Composer Update

    Thank you!

    10 years, 11 months ago Bikul
    Participant

    Expired

    in reply to: WPBakery Visual Composer Update

    Hello Mihaila

    I have version 1.3.1 of the Specular theme installed.

    I cannot find a folder like “visual composer” or so in content/plugins/

    Where is that folder located?

    Thank you
    Bernd

    10 years, 11 months ago Bikul
    Participant

    Expired

    in reply to: WPBakery Visual Composer Update

    Hello Mihaila,

    Same thing again:

    Now I have Version 4.4.3 – actual version is 4.5.3

    Can I download it somewhere?

    Thank you
    Bernd

    11 years ago Bikul
    Participant

    Expired

    in reply to: Remove Shadow and borders from Submenu?

    Great again, Mihaila

    Thank you
    Bernd

    11 years ago Bikul
    Participant

    Expired

    in reply to: do not show Portfolio Custom Fields

    You are the Best, Mihaila!

    Thank you!

    Bernd

    11 years ago Bikul
    Participant

    Expired

    in reply to: do not show Portfolio Custom Fields

    Hello,

    the reason why I wanted to change the portfolio items and do not show the Custom Fields is that I could not use html in there. If that would be possible either (use bullets, paragraphs etc) I would leave the layout as it is.

    May be that would be easier?

    Thanks for Help
    Bernd

    11 years ago Bikul
    Participant

    Expired

    in reply to: do not show Portfolio Custom Fields

    Hi Mihaila,

    thanks, that works, but only for the portfolio items which use the <span style=”color: #393d40; font-family: ‘Open Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;”>Container Image Slideshow and the content below.</span>

    But I have made a second form of portfolio items with a floating sidebar on the right. They will get affected by this code too and disappear completely.

    Is there a chance to not alter this type of portfolio?

    Thank you for Help
    Bernd

    11 years ago Bikul
    Participant

    Expired

    in reply to: Floating Sidebar moves not correct

    Hi Mihaila,

    seems complicated. I see that there is “Custom JS Code” in WordPress/Specular/General Options

    Could I not put the changed code simply in here and it will not be affected from a theme update?

    Thanks
    Bernd

     

Viewing 15 posts - 31 through 45 (of 67 total)
← 1 2 3 4 5 →

Site Links

  • Support Policy
  • Specular Support Forum
  • Video Tutorials
  • Knowledge Base
  • Guides and Reviews

Useful Articles

  • Build a Website
  • Web Design & Development
  • Hosting
  • WordPress

Login

Log In
Register Lost Password